tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

Agnos doesn't build with newer versions of Boost #58

Closed GeekOffTheStreet closed 11 years ago

GeekOffTheStreet commented 11 years ago

Agnos uses methods in the details namespace that have been moved in newer versions of boost:

g++ -o src\protocol.o -c src\protocol.cpp
src\protocol.cpp: In member function 'int32_t agnos::protocol::ClientUtils::get_seq()':
src\protocol.cpp:281:32: error: 'boost::interprocess::detail' has not been declared
scons: *** [src\protocol.o] Error 1
scons: building terminated because of errors.