You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boost: 1.48.0
../misc/bvalue.cpp: In member function 'shared_data Cbvalue::read() const':
../misc/bvalue.cpp:308: error: 'BOOST_VERIFY' was not declared in this scope
In file included from ../misc/virtual_binary.cpp:1:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file
or directory
../misc/virtual_binary.cpp: In member function 'void
Cvirtual_binary::assign(data_ref)':
../misc/virtual_binary.cpp:11: error: 'make_shared' is not a member of 'boost'
../misc/virtual_binary.cpp:11: error: expected primary-expression before '>'
token
In file included from connection.cpp:2:
connection.h:23: error: ISO C++ forbids declaration of 'array' with no type
connection.h:23: error: invalid use of '::'
connection.h:23: error: expected ';' before '<' token
In file included from connection.cpp:6:
server.h:78: error: ISO C++ forbids declaration of 'array' with no type
...тут много всего...
server.h: In member function 'const Cserver::t_torrent* Cserver::torrent(const
std::string&) const':
server.h:155: error: 'm_torrents' was not declared in this scope
If compile from:
svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/misc misc
svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/Tracker/ Tracker
everything happens as it should be
but if from:
svn co http://xbt.googlecode.com/svn/trunk/xbt/misc misc
svn co http://xbt.googlecode.com/svn/trunk/xbt/Tracker Tracker
getting the above error
Original issue reported on code.google.com by M.Sergi...@gmail.com on 29 Dec 2011 at 6:45
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
M.Sergi...@gmail.com
on 29 Dec 2011 at 6:45The text was updated successfully, but these errors were encountered: