vdonchev / xbt

Automatically exported from code.google.com/p/xbt
0 stars 0 forks source link

Debian lenny - make.sh #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Lenny has been superseded by Squeeze. You should upgrade.

Original comment by olafvdspek on 29 Dec 2011 at 11:08

GoogleCodeExporter commented 8 years ago
> error: boost/make_shared.hpp: No such file or directory

So you're not using Boost 1.48.

Original comment by olafvdspek on 29 Dec 2011 at 11:09

GoogleCodeExporter commented 8 years ago

Original comment by olafvdspek on 29 Dec 2011 at 11:09