It successfully compiled the libs + dlls of OSGBase, OSGCluster, OSGContribBackgroundLoader, OSGContribCSM, OSGContribGui, OSGDrawable, OSGFileIO, OSGGroup, OSGImageFileIO, OSGState, OSGSystem, OSGText, OSGUtil, OSGWindow, OSGWindowGlut, OSGWindowWIN32,
So it seems that all the libs are there but the compiler throws an error when it continues to compile the tests (testBackgroundLoader.cpp) see the snippet -- Using prefix: E:\Opensg-2.0\build.win32.cl.8.0\instlinks Processing combo: type:optimized, arch:default OSGContribGUI OSGState OSGContribCSM OSGWindow OSGFileIO OSGText OSGWindowWIN32 OSGWindowGLUT OSGGroup OSGContribBackgroundLoader OSGUtil OSGCluster OSGImageFileIO OSGBase OSGSystem OSGDrawable scons: done reading SConscript files. scons: Building targets ... link /nologo /nodefaultlib /RELEASE /OUT:build.win32.cl.8.0\type-optimized--arch-default\test\testBackgroundLoader.exe /LIBPATH:E:\OpenSG-1.8\supportlibs\lib /LIBPATH:E:\boost\boost_1_35_0\lib /LIBPATH:build.win32.cl.8.0\instlinks\lib /LIBPATH:E:\GLUT\glut-3.7.6-bin\lib boost_filesystem-vc80-mt-1_35.lib OSGContribBackgroundLoader.lib OSGBase.lib OSGSystem.lib OSGDrawable.lib OSGUtil.lib OSGState.lib OSGWindow.lib OSGGroup.lib OSGWindow.lib OSGText.lib OSGFileIO.lib OSGImageFileIO.lib OSGWindowGLUT.lib opengl32.lib glu32.lib gdi32.lib user32.lib kernel32.lib winmm.lib wsock32.lib oldnames.lib zlib.lib libjpeg.lib tif32.lib libpng.lib glut32.lib MSVCPRT.lib MSVCRT.lib build.win32.cl.8.0\type-optimized--arch-default\Source\Contrib\BackgroundLoader\testBackgroundLoader.obj testBackgroundLoader.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class boost::system::error_category const & __cdecl boost::system::get_system_category(void)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@XZ) referenced in function "public: __thiscall boost::system::error_code::error_code(void)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]) testBackgroundLoader.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class boost::system::error_category const & __cdecl boost::system::get_posix_category(void)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'posix_category''(void)"([EMAIL PROTECTED]@boost@@YAXXZ) build.win32.cl.8.0\type-optimized--arch-default\test\testBackgroundLoader.exe : fatal error LNK1120: 2 unresolved externals scons: *** [build.win32.cl.8.0\type-optimized--arch-default\test\testBackgroundL oader.exe] Error 1120 scons: building terminated because of errors. -- Gerrit Voss wrote: > Hi, > > On Mon, 2008-06-16 at 15:58 +0200, Sebastian Knödel wrote: > >> Hi there, >> >> ok, I was a bit too enthusiastic. >> Actually it starts compiling using boost, but there are several errors >> during the linking stage. >> It creates succesfully OSGBase.lib and OSGBase.dll but compiler stops >> afterwards due to errors. >> build.win32.cl.8.0\type-hybrid--arch-default\Source\OSGBase_h.lib and >> object build.win32.cl.8.0\type-hybrid--arch-default\Source\OSGBase_h.exp >> > ^^^^^^ > > try building either the debug or optimised version. IIRC hybrid > is a leftover and never really worked. > > kind regards, > gerrit > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > -- Sebastian Knödel -------------------------------------------------------- | PhD. Student | [EMAIL PROTECTED] | | Iparla Project | http://iparla.labri.fr | | INRIA Bordeaux | Tel : (+33) 5 40 00 38 82 | -------------------------------------------------------- ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
