Hello Since a few svn revisions ago, I get linker errors from Boost in the EQ Client Libary. I just converted the project files from VS2005 to VS2008, that work until now.
1>Linking... 1> Creating library ../build/VS2005/Win32/Debug/Equalizer.lib and object ../build/VS2005/Win32/Debug/Equalizer.exp 1>connection.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_system_category(void)" (?get_system_categ...@system@boost@@yaabverror_categ...@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'system_category''(void)" (??__esystem_categ...@system@boost@@YAXXZ) 1>mcipConnection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_system_category(void)" (?get_system_categ...@system@boost@@yaabverror_categ...@12@XZ) 1>rspConnection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_system_category(void)" (?get_system_categ...@system@boost@@yaabverror_categ...@12@XZ) 1>connection.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_generic_category(void)" (?get_generic_categ...@system@boost@@yaabverror_categ...@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'generic_category''(void)" (??__egeneric_categ...@system@boost@@YAXXZ) 1>mcipConnection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_generic_category(void)" (?get_generic_categ...@system@boost@@yaabverror_categ...@12@XZ) 1>rspConnection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_generic_category(void)" (?get_generic_categ...@system@boost@@yaabverror_categ...@12@XZ) 1>../build/VS2005/Win32/Debug/Equalizer.dll : fatal error LNK1120: 2 unresolved externals 1>Project : warning PRJ0018 : The following environment variables were not found: 1>$(MLNX_WINOF) 1>Build log was saved at "file://g:\equalizer_svn\obj\VS2005\lib\Win32\Debug\BuildLog.htm" 1>Equalizer Client Library - 7 error(s), 0 warning(s) Has anyone a solution for that? Cheers Robert -- View this message in context: http://n2.nabble.com/Linker-error-in-Client-Library-using-VS2008-tp4825165p4825165.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

