Re: [osg-users] [build] Linking Errors with OSG-3.3.0 and MSYS

2014-07-28 Thread Paul
I just tried OSG versions 3.3.2 and the Trunk version.. I get the same error for all versions. Linking CXX executable Test.exe C:\osg-master\win32\mingw\lib\libosgDB.a(Registry.obj):Registry .cpp:(.text+0x186e): undefined reference to `osgGetVersion'

[osg-users] [build] Linking Errors with OSG-3.3.0 and MSYS

2014-07-23 Thread Paul
I can build OSG with MinGW/MSys. I get link errors when trying to compile an app against it though. Any ideas? C:\Apps\Test\win32\mingwmake Linking CXX executable ..\bin\Test.exe C:\Libs\OpenSceneGraph-3.3.0\win32\mingw\lib\libosgDB.a(Registry.obj ):Registry.cpp:(.text+0x186e): undefined

Re: [osg-users] [build] Linking Errors with OSG-3.3.0 and MSYS

2014-07-23 Thread Alexpux
24 июля 2014 г., в 0:19, Paul aquawic...@hotmail.com написал(а): I can build OSG with MinGW/MSys. I get link errors when trying to compile an app against it though. Any ideas? C:\Apps\Test\win32\mingwmake Linking CXX executable ..\bin\Test.exe

Re: [osg-users] [build] Linking Errors with OSG-3.3.0 and MSYS

2014-07-23 Thread Robert Osfield
Hi Paul, Could you please try svn/trunk or OSG-3.3.2 rather than 3.3.0 as there a range of build fixes in them. Robert On 23 Jul 2014 21:17, Paul aquawic...@hotmail.com wrote: I can build OSG with MinGW/MSys. I get link errors when trying to compile an app against it though. Any ideas?