I belive I have gotten all of the required packages now and I am trying to install on my server. I have tried to install in 2 diffrent places now and keep having the same thing happen. Below is the output when trying to "make". I am not sure of what I am doing wrong here. If possible could someone walk me through this install I would really like to have this installed and opertating a dedicated server of it.
It makes it part way through the make then this happens:
/network_engine -Isrc/config -Isrc/core/tinyxml -Isrc/core/libircclient/include -Isrc/core -Imocs -Iuics -o obj/avatarmanager.o src/core/common/avatarmanager.cpp
src/core/common/avatarmanager.cpp:26:32: error: boost/filesystem.hpp: No such file or directory
src/core/common/avatarmanager.cpp:48: error: âfilesystemâ is not a namespace-name
src/core/common/avatarmanager.cpp:48: error: expected namespace-name before â;â token
src/core/common/avatarmanager.cpp: In member function âbool AvatarManager::Init(const std:

tring&, const std:

tring&

â:
src/core/common/avatarmanager.cpp:68: error: âpathâ was not declared in this scope
src/core/common/avatarmanager.cpp:68: error: expected `;' before âtmpCachePathâ
src/core/common/avatarmanager.cpp:69: error: expected `;' before âtmpDataPathâ
src/core/common/avatarmanager.cpp:72: error: âtmpCachePathâ was not declared in this scope
src/core/common/avatarmanager.cpp:76: error: âtmpDataPathâ was not declared in this scope
src/core/common/avatarmanager.cpp:81: error: âtmpCachePathâ was not declared in this scope
src/core/common/avatarmanager.cpp: At global scope:
src/core/common/avatarmanager.cpp:64: warning: unused parameter âdataDirâ
src/core/common/avatarmanager.cpp: In member function âvoid AvatarManager::AddSingleAvatar(const std:

tring&

â:
src/core/common/avatarmanager.cpp:96: error: âpathâ was not declared in this scope
src/core/common/avatarmanager.cpp:96: error: expected `;' before âfilePathâ
src/core/common/avatarmanager.cpp:97: error: âfilePathâ was not declared in this scope
src/core/common/avatarmanager.cpp: In static member function âstatic boost:

hared_ptr<AvatarFileState> AvatarManager::OpenAvatarFileForChunkRead(const std:

tring&, unsigned int&, AvatarFileType&

â:
src/core/common/avatarmanager.cpp:128: error: âpathâ was not declared in this scope
src/core/common/avatarmanager.cpp:128: error: expected `;' before âfilePathâ
src/core/common/avatarmanager.cpp:129: error: âfilePathâ was not declared in this scope
src/core/common/avatarmanager.cpp:129: error: âextensionâ was not declared in this scope
src/core/common/avatarmanager.cpp: In member function âbool AvatarManager::GetHashForAvatar(const std:

tring&, MD5Buf&

constâ:
src/core/common/avatarmanager.cpp:242: error: âexistsâ was not declared in this scope
src/core/common/avatarmanager.cpp: In member function âbool AvatarManager:

toreAvatarInCache(const MD5Buf&, AvatarFileType, const unsigned char*, unsigned int)â:
src/core/common/avatarmanager.cpp:352: error: âpathâ was not declared in this scope
src/core/common/avatarmanager.cpp:352: error: expected `;' before âtmpPathâ
src/core/common/avatarmanager.cpp:353: error: âtmpPathâ was not declared in this scope
src/core/common/avatarmanager.cpp: In member function âvoid AvatarManager::RemoveOldAvatarCacheEntries()â:
src/core/common/avatarmanager.cpp:419: error: âpathâ was not declared in this scope
src/core/common/avatarmanager.cpp:419: error: expected `;' before âcachePathâ
src/core/common/avatarmanager.cpp:420: error: âcachePathâ was not declared in this scope
src/core/common/avatarmanager.cpp:437: error: expected `;' before âfilePathâ
src/core/common/avatarmanager.cpp:438: error: âfilePathâ was not declared in this scope
src/core/common/avatarmanager.cpp:444: error: âexistsâ was not declared in this scope
src/core/common/avatarmanager.cpp:447: error: âlast_write_timeâ was not declared in this scope
src/core/common/avatarmanager.cpp:483: error: expected `;' before âtmpPathâ
src/core/common/avatarmanager.cpp:484: error: âtmpPathâ was not declared in this scope
src/core/common/avatarmanager.cpp:496: warning: comparison between signed and unsigned integer expressions
src/core/common/avatarmanager.cpp:501: error: expected `;' before âtmpPathâ
src/core/common/avatarmanager.cpp:502: error: âtmpPathâ was not declared in this scope
src/core/common/avatarmanager.cpp: In member function âbool AvatarManager::InternalReadDirectory(const std:

tring&, std::map<MD5Buf, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<MD5Buf>, std::allocator<std:

air<const MD5Buf, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >&

â:
src/core/common/avatarmanager.cpp:518: error: âpathâ was not declared in this scope
src/core/common/avatarmanager.cpp:518: error: expected `;' before âtmpPathâ
src/core/common/avatarmanager.cpp:520: error: âtmpPathâ was not declared in this scope
src/core/common/avatarmanager.cpp:520: error: âexistsâ was not declared in this scope
src/core/common/avatarmanager.cpp:520: error: âis_directoryâ was not declared in this scope
src/core/common/avatarmanager.cpp:525: error: âdirectory_iteratorâ was not declared in this scope
src/core/common/avatarmanager.cpp:525: error: expected `;' before âiâ
src/core/common/avatarmanager.cpp:526: error: expected `;' before âendâ
src/core/common/avatarmanager.cpp:528: error: âiâ was not declared in this scope
src/core/common/avatarmanager.cpp:528: error: âendâ was not declared in this scope
src/core/common/avatarmanager.cpp:530: error: âis_regularâ was not declared in this scope
src/core/common/avatarmanager.cpp: At global scope:
src/core/common/avatarmanager.cpp:515: warning: unused parameter âdirâ
make[1]: *** [obj/avatarmanager.o] Error 1
make[1]: Leaving directory `/pokerth'
make: *** [sub-pokerth_lib-pro-make_default-ordered] Error 2