Hi frieds. linux installed on my server. server or want to set up ghost + +. but it gives an error
Код:
[root@ns1 ghost]# sudo make
g++ -o bncsutilinterface.o -O3 -DGHOST_MYSQL -I. -I../bncsutil/src/ -I../StormLib/ -c bncsutilinterface.cpp
g++ -o bnet.o -O3 -DGHOST_MYSQL -I. -I../bncsutil/src/ -I../StormLib/ -c bnet.cpp
bnet.cpp: In member function âvoid CBNET::ProcessChatEvent(CIncomingChatEvent*)â:
bnet.cpp:1666: error: âclass boost::filesystem::directory_entryâ has no member named âfilenameâ
bnet.cpp:1667: error: conversion from âboost::filesystem::pathâ to non-scalar type âstd::stringâ requested
bnet.cpp:1677: error: âclass boost::filesystem::directory_entryâ has no member named âfilenameâ
bnet.cpp:1679: error: âclass boost::filesystem::directory_entryâ has no member named âfilenameâ
bnet.cpp:1695: error: conversion from âboost::filesystem::pathâ to non-scalar type âstd::stringâ requested
bnet.cpp:1777: error: âclass boost::filesystem::directory_entryâ has no member named âfilenameâ
bnet.cpp:1778: error: conversion from âboost::filesystem::pathâ to non-scalar type âstd::stringâ requested
bnet.cpp:1788: error: âclass boost::filesystem::directory_entryâ has no member named âfilenameâ
bnet.cpp:1790: error: âclass boost::filesystem::directory_entryâ has no member named âfilenameâ
bnet.cpp:1806: error: conversion from âboost::filesystem::pathâ to non-scalar type âstd::stringâ requested
make: *** [bnet.o] Error 1
What is this error ??