Open GoogleCodeExporter opened 8 years ago
I made change r566 reverse and renamed in the Makelist the stuff from
-libboost_thread to -lboost_thread and so an as it was before. Now i was able
to compile it. But i don t understand why. I thought r566 changed that ghost++
worked with 1.46+ boost filesystem. But i had boost 1.46.1 so i should have
worked? I don t understand why changing back was the solution.
Then i hosted a game with that compiled version, but my game was nowhere in the
list ( i watched the list a long time). I don t understand that.
Does anybody has a solution? I don t demand a zero hack but i think still
without such a thing the game should appear after some time... ? Anybody has an
idea????
Original comment by Dragonof...@googlemail.com
on 25 Sep 2011 at 11:18
I would like to add, that my bot will not be autohosting games. It is just for
when i am online and want to play a map, that isn t in the game list.
Original comment by Dragonof...@googlemail.com
on 25 Sep 2011 at 11:29
This should solve your problem
http://www.codelain.com/forum/index.php?topic=16462.0
Original comment by Serp...@gmail.com
on 21 Oct 2011 at 6:25
Try to use recommenden boost libs from downloads tab.
Original comment by alim.gro...@gmail.com
on 3 Apr 2012 at 12:01
root@debian:/bot/ghost/ghost# make
g++ -o bnet.o -O3 -DGHOST_MYSQL -DBOOST_FILESYSTEM_VERSION=3 -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
and i checked this :
lrwxrwxrwx 1 root root 28 Mar 2 04:09
/usr/lib/libboost_date_time.so -> libboost_date_time.so.1.53.0
lrwxrwxrwx 1 root root 29 Mar 2 04:09
/usr/lib/libboost_filesystem.so -> libboost_filesystem.so.1.53.0
lrwxrwxrwx 1 root root 34 Mar 2 04:09
/usr/lib/libboost_program_options.so -> libboost_program_options.so.1.53.0
lrwxrwxrwx 1 root root 24 Mar 2 04:09
/usr/lib/libboost_regex.so -> libboost_regex.so.1.53.0
lrwxrwxrwx 1 root root 25 Mar 2 04:09
/usr/lib/libboost_system.so -> libboost_system.so.1.53.0
lrwxrwxrwx 1 root root 25 Mar 2 04:09
/usr/lib/libboost_thread.so -> libboost_thread.so.1.53.0
whats the problem ? i dont understand and really need help please..
Original comment by 45R...@gmail.com
on 2 Mar 2013 at 5:39
Original issue reported on code.google.com by
Dragonof...@googlemail.com
on 24 Sep 2011 at 10:48