Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread Robert Osfield
Hi J-S, On Thu, Jun 26, 2008 at 8:17 PM, Jean-Sébastien Guay [EMAIL PROTECTED] wrote: OSG SVN on Windows Vista, VS8, CMake 2.4.8 and 2.6, builds and runs fine. VPB SVN on Windows Vista, VS8, CMake 2.6 (didn't take time to test on 2.4.8), builds and runs fine. I'll test on my Ubuntu

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread J.P. Delport
Hi, compiled r8504 on Debian sid, g++-4.3, cmake 2.6, core 2 duo 32-bit, NVidia 173.14.09. cmake said: -- Performing Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS - Success compiled fine. osgthirdpersonview has been running for a while, seems OK. jp Robert Osfield wrote: Hi J-S, On Thu, Jun

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread Stephan Maximilian Huber
Robert Osfield schrieb: Hi All, At the end of last week/start of this week I tried to go for converging SVN to a stable enough state to go for an OSG-2.5.3 dev release, but alas submission/build fixes/build breaks kept coming in thick and fast, and no convergence was achieved. So... I still

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread Paul Martz
Hi Robert -- When I link one of my projects against current svn head, I get Atomic::operator++() as an unresolved external symbol. -Paul 2 Creating library C:\Projects\Physics\physics_hg\bld\lib\Release\osgBullet.lib and object C:\Projects\Physics\physics_hg\bld\lib\Release\osgBullet.exp

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread Serge Lages
Hi Paul, I had the same problem, to resolve it, I needed to link my app with OpenThread. On Fri, Jun 27, 2008 at 3:05 PM, Paul Martz [EMAIL PROTECTED] wrote: Hi Robert -- When I link one of my projects against current svn head, I get Atomic::operator++() as an unresolved external symbol.

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread Jean-Sébastien Guay
Hi Paul, Hi Robert -- When I link one of my projects against current svn head, I get Atomic::operator++() as an unresolved external symbol. -Paul Make sure you link to OpenThreads.lib. Before, only OSG code would call OpenThreads directly (unless you created threads yourself), so you did

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread Jean-Sébastien Guay
Hi Robert, I'll test on my Ubuntu Virtualbox, but I suspect that's a bit unnecessary... Just being thorough. :-) Wow, many thanks for testing across all these combinations. Now will anyone else pitch in for other platforms?? :-) The last one (Ubuntu) has now built correctly (as

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-27 Thread Paul Martz
Atomic::operator++() issue is now resolved by modifying my external projects to link with the additional OpenThreads library. Thanks for the assistance. -Paul ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-26 Thread Robert Osfield
Hi All, At the end of last week/start of this week I tried to go for converging SVN to a stable enough state to go for an OSG-2.5.3 dev release, but alas submission/build fixes/build breaks kept coming in thick and fast, and no convergence was achieved. So... I still want to get a 2.5.3 dev

Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 dev releasese

2008-06-26 Thread Jean-Sébastien Guay
Hi Robert, could users please do an svn update, build and run on as many platforms as you can and see how things are working out. OSG SVN on Windows Vista, VS8, CMake 2.4.8 and 2.6, builds and runs fine. VPB SVN on Windows Vista, VS8, CMake 2.6 (didn't take time to test on 2.4.8), builds