-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
What steps will reproduce the problem?
1. 12.04.4 LTS (GNU/Linux 2.6.32-042stab085.20 x86_64) (vserver with root)
2. boost 1.55
3. Ghost released package 17.1
4. apt-get libgmp3-dev libbz2-dev libmysql++-dev libboost devs
5. make bncsutil
6. make stormlib
7. when I try to: make ghost this happens:
bnet.cpp: In member function 'void
CBNET::ProcessChatEvent(CIncomingChatEvent*)':
bnet.cpp:1683:51: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1684:43: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1694:53: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1696:61: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1712:46: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1794:51: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1795:43: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1805:47: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1807:55: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
bnet.cpp:1823:46: error:
'boost::filesystem::basic_path<std::basic_string<char>,
boost::filesystem::path_traits>::string_type' has no member named 'string'
make: *** [bnet.o] Error 1
Please provide any additional information below.
My best guess is, that it is a linking problem, but I am fairly new to linux
and got no idea how to fix it.
If any other information needs to be supplied I am happy to do so
Original issue reported on code.google.com by Fl.Wiede...@gmail.com on 8 May 2014 at 10:52