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

2008-07-02 Thread Adrian Egli OpenSceneGraph (3D)
Hi Robert, OSG SVN on Windows Vista, VS8, NVidia Quatro 570M, Dual Core, builds and runs fine. osgshaders.exe osgthirdpersonview.exe hangs on exit. other application runs without any restriction. regards adrian 2008/7/1 Robert Osfield [EMAIL PROTECTED]: Hi Jason, On Tue, Jul 1, 2008 at

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

2008-07-02 Thread Robert Osfield
Hi Adrian, Did these examples previously work for you? If so which versions of the OSG? Could you run these examples in a debugger and break them once they hang to find out where they are hanging. Cheers, Robert. On Wed, Jul 2, 2008 at 8:19 AM, Adrian Egli OpenSceneGraph (3D) [EMAIL

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

2008-07-02 Thread Adrian Egli OpenSceneGraph (3D)
Ok, i should check out an elder version of OSG first adrian 2008/7/2 Robert Osfield [EMAIL PROTECTED]: Hi Adrian, Did these examples previously work for you? If so which versions of the OSG? Could you run these examples in a debugger and break them once they hang to find out where they

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

2008-07-02 Thread Jean-Sébastien Guay
Hi Adrian, osgshaders.exe osgthirdpersonview.exe hangs on exit. I can't reproduce that hang. Any chance you could give a stack trace? J-S -- __ Jean-Sebastien Guay[EMAIL PROTECTED] http://www.cm-labs.com/

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

2008-07-02 Thread Gerrick Bivins
Hi All, I thought I'd try to build VPB and I ran into this error (on MacOSX 10.5.3 with OSG svn): CMake Warning (dev) at CMakeModules/VpbMacroUtils.cmake:215 (INSTALL): Policy CMP0006 is not set: Installing MACOSX_BUNDLE targets requires a BUNDLE DESTINATION. Run cmake --help-policy CMP0006

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

2008-07-02 Thread Robert Osfield
Hi Gerrick, I have never built VPB under OSX, and have to defer to developers that work under OSX for fixes/direction on that platforms. What I have done is to try and mirror some of the changes that have being going into to core OSG to help with the OSX build side, but I don't have any first

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

2008-07-02 Thread Eric Sokolowsky
On Wed, Jul 2, 2008 at 11:42 AM, Robert Osfield [EMAIL PROTECTED] wrote: Hi Gerrick, I have never built VPB under OSX, and have to defer to developers that work under OSX for fixes/direction on that platforms. What I have done is to try and mirror some of the changes that have being going

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

2008-07-02 Thread Gerrick Bivins
Ok. I¹ll try the bundled flag again once I see the change is submitted. Thanks. Gerrick On 7/2/08 12:58 PM, Eric Sokolowsky [EMAIL PROTECTED] wrote: On Wed, Jul 2, 2008 at 11:42 AM, Robert Osfield [EMAIL PROTECTED] wrote: Hi Gerrick, I have never built VPB under OSX, and have to defer

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

2008-07-02 Thread Eric Sokolowsky
On Wed, Jul 2, 2008 at 2:02 PM, Gerrick Bivins [EMAIL PROTECTED] wrote: Ok. I'll try the bundled flag again once I see the change is submitted. Thanks. Gerrick I didn't (nor do I plan to) submit this change for VPB. You might want to try it yourself and submit the change.

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

2008-07-01 Thread Robert Osfield
Hi Jason, Mathias has submitted some changed to the cmake Atomic checks/setup, I have now checked these into SVN. Could you do an svn update and clean build, then let us know if it compiles OK now. Thanks, Robert. On Sat, Jun 28, 2008 at 12:01 AM, Jason Daly [EMAIL PROTECTED] wrote:

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

2008-07-01 Thread Jason Daly
Robert Osfield wrote: Hi Jason, Mathias has submitted some changed to the cmake Atomic checks/setup, I have now checked these into SVN. Could you do an svn update and clean build, then let us know if it compiles OK now. Hi, Robert, Just updated. Now, if I don't do anything to the

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

2008-07-01 Thread Robert Osfield
Hi Jason, On Tue, Jul 1, 2008 at 7:57 PM, Jason Daly [EMAIL PROTECTED] wrote: Just updated. Now, if I don't do anything to the environment, it settles on USE_MUTEX. This is an improvement (it previously didn't pick any method). Good to hear, thanks for the testing. I still have to set

Re: [osg-users] Testing of OSG and VPB SVN in prep for2.5.3 devreleasese

2008-06-30 Thread Jason Daly
Jean-Sébastien Guay wrote: That seems to be a common problem right now, hopefully someone with more CMake knowledge will be able to suggest a way to circumvent that. But it seems (from some reports) that deleting your CMakeCache.txt (in your build directory) would force the tests to be re-run.

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 devreleasese

2008-06-27 Thread James Killian
@lists.openscenegraph.org Sent: Friday, June 27, 2008 3:22 AM Subject: Re: [osg-users] Testing of OSG and VPB SVN in prep for 2.5.3 devreleasese 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

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

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. Sorry: This is with cmake 2.6 and VS2005 SP1. -Paul ___ osg-users mailing list osg-users@lists.openscenegraph.org

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

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

2008-06-27 Thread Jason Daly
Jean-Sébastien Guay wrote: Wow, many thanks for testing across all these combinations. Now will anyone else pitch in for other platforms?? :-) Red Hat Enterprise 5.2 32-bit, g++ 4.1, cmake 2.4.5 Pentium D 955, Nvidia 7950GX2 on 169.12 drivers Builds and runs fine, although I had to

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

2008-06-27 Thread Jean-Sébastien Guay
Hi Jason, I tried specifying the architecture inside ccmake, but it seemed that once the test failed, it never ran it again (I don't know if there's a cmake-specific command line option that would work). That seems to be a common problem right now, hopefully someone with more CMake

[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

Re: [osg-users] Testing of OSG and VPB SVN in prep for nexdevreleases and 2.4 stable release

2008-04-02 Thread Paul Melis
Robert Osfield wrote: My clean checkout works fine, but an updated to another machine fails, and cleanup doesn't help in the same way that you had problems. Doing a: svn pd svn:externals svn update Did the trick though. Wonder if this change is going to stay around as you are making a

Re: [osg-users] Testing of OSG and VPB SVN in prep for nexdevreleases and 2.4 stable release

2008-04-02 Thread Robert Osfield
Hi Paul, On Wed, Apr 2, 2008 at 8:13 AM, Paul Melis [EMAIL PROTECTED] wrote: Strange, it did work in my case, i.e. the externals property got deleted after you removed it in the repository and I did an update on my end. What version of Subversion do you have? I have 1.4.4 here. Robert.

Re: [osg-users] Testing of OSG and VPB SVN in prep for nexdevreleases and 2.4 stable release

2008-04-02 Thread Paul Melis
Robert Osfield wrote: Hi Paul, On Wed, Apr 2, 2008 at 8:13 AM, Paul Melis [EMAIL PROTECTED] wrote: Strange, it did work in my case, i.e. the externals property got deleted after you removed it in the repository and I did an update on my end. What version of Subversion do you have? I

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote: Hi Paul, On Tue, Apr 1, 2008 at 11:44 AM, Paul Melis [EMAIL PROTECTED] wrote: This probably needs manual intervention to do an update, as I currently get 12:43|[EMAIL PROTECTED]:~/c/osg-svn svn up svn: Failed to add directory 'include/OpenThreads': object of the

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi All, Thanks for the testing and feedback. In prep for 2.3.7 I have just made a change to SVN externals management that has been pending for almost a year. Hopefully no users should notice any problems on there next svn update, and those who use https will find life easier. I do need users

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote: Hi All, Thanks for the testing and feedback. In prep for 2.3.7 I have just made a change to SVN externals management that has been pending for almost a year. Hopefully no users should notice any problems on there next svn update, and those who use https will find life

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Mattias Helsing
same here. svn update - error already a direcotry with that name remove both OpenThreds directories manually svn update - error please run cleanup svn cleanup - ok svn update - ok On Tue, Apr 1, 2008 at 12:57 PM, Robert Osfield [EMAIL PROTECTED] wrote: Hi Paul, On Tue, Apr 1, 2008 at 11:44

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Mattias Helsing
I Can also report successful build(s) on Win32. Updated osg and vpb(HEAD) one hour ago. And BTW. This early in my project I really had no complaints about the DBPager but the latest improvement was *noticable*. great. ___ osg-users mailing list

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi Paul, On Tue, Apr 1, 2008 at 12:22 PM, Paul Melis [EMAIL PROTECTED] wrote: Just curious: did you remove the svn:externals and add the OpenThreads files _in the same svn revision_? I would expect that a revision in which the svn:externals is removed followed by a revision in which the

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread David Callu
Hi all I have the same problem (directory already exist ...) but I have many copy of OSG SVN. I have tested your solution Robert, and svn cleanup is required after all command. I have try an svn rm include/OpenThreads to keep subversion more aware of the action but this not solved the problem.

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
David Callu wrote: BTW, the svn:externals property on my trunk directory is still here. It is just an empty property. I have removed it (svn pd svn:externals in OpenSceneGraph directory), and do ''svn update to check if it come back, but nothing. I think end user have to remove it

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread David Callu
Hi Paul, Oupps Well see, thanks So for end users : cd OpenSceneGraph rm include/OpenThreads rm src/OpenThreads svn update svn cleanup 2008/4/1, Paul Melis [EMAIL PROTECTED]: David Callu wrote: BTW, the svn:externals property on my trunk directory is still here. It is just an

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
David Callu wrote: BTW, the svn:externals property on my trunk directory is still here. It is just an empty property. I have removed it (svn pd svn:externals in OpenSceneGraph directory), and do ''svn update to check if it come back, but nothing. I think end user have to remove it

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote: Hi Paul and David, Thanks for the feedback/suggestions. On Tue, Apr 1, 2008 at 1:29 PM, Paul Melis [EMAIL PROTECTED] wrote: Robert can do a delete on the property on his side and everybody will get it on the next update. Now done. Let us know how you got on.

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi Paul, On Tue, Apr 1, 2008 at 2:41 PM, Paul Melis [EMAIL PROTECTED] wrote: Hmm, it's still there in r8023... OK, just did the same thing again... and another checkin. Could you see if this work now? Robert. ___ osg-users mailing list

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Paul Melis wrote: Robert Osfield wrote: Hi Paul, On Tue, Apr 1, 2008 at 2:41 PM, Paul Melis [EMAIL PROTECTED] wrote: Hmm, it's still there in r8023... OK, just did the same thing again... and another checkin. Could you see if this work now? No changes, the

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote: Hi Paul, On Tue, Apr 1, 2008 at 2:41 PM, Paul Melis [EMAIL PROTECTED] wrote: Hmm, it's still there in r8023... OK, just did the same thing again... and another checkin. Could you see if this work now? No changes, the latest revision stays at 8023:

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi Paul and David, Thanks for the feedback/suggestions. On Tue, Apr 1, 2008 at 1:29 PM, Paul Melis [EMAIL PROTECTED] wrote: Robert can do a delete on the property on his side and everybody will get it on the next update. Now done. Let us know how you got on. Robert.

Re: [osg-users] Testing of OSG and VPB SVN in prep for nexdevreleases and 2.4 stable release

2008-04-01 Thread Paul Martz
Hi Robert -- Still having problems with OpenThreads. Here's my steps for updating, and the results: 1) rm include/OpenThreads and src/OpenThreads 2) svn update Looks like SVN gets me fresh copies of both directories and their files, then displays the following error: Error: Working copy

Re: [osg-users] Testing of OSG and VPB SVN in prep fornexdevreleases and 2.4 stable release

2008-04-01 Thread Paul Martz
Thanks, Robert -- propdel did the trick. -Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Tuesday, April 01, 2008 9:53 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Testing of OSG and VPB SVN in prep

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex dev releases and 2.4 stable release

2008-03-31 Thread Robert Osfield
Thanks to Nicolas and David for build feedback. It'd be useful to have feedback from Windows, OSX, Solaris etc before I go tag another dev release. Thanks in advance for your efforts. Robert. ___ osg-users mailing list

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-03-31 Thread Andy Skinner
Sorry, just getting to it. I can do all those you mention, but give me some time. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Monday, March 31, 2008 6:53 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Testing of OSG

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-03-31 Thread Andy Skinner
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Monday, March 31, 2008 6:53 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release Thanks to Nicolas and David for build

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex dev releases and 2.4 stable release

2008-03-31 Thread Jean-Sébastien Guay
Hi Robert, It'd be useful to have feedback from Windows, OSX, Solaris etc before I go tag another dev release. Windows Vista, VS2005 (8.0) - OSG and VPB both build fine updated as of this morning. Did a quick test run in OSG and examples seem to run fine. J-S --

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex dev releases and 2.4 stable release

2008-03-29 Thread David Callu
Hi Robert, OSG and VPB build fine on Fedora 8, gcc 4.2 Cheers David Callu 2008/3/28, Robert Osfield [EMAIL PROTECTED]: Hi All, There has been a number of changes and new introduction this week so I'd very much appreciate another round of build and run tests across various platforms. if

Re: [osg-users] Testing of OSG and VPB SVN in prep for nex dev releases and 2.4 stable release

2008-03-29 Thread nicolas peña
OSG SVN builds OK and my applications work as expected. VPN SVN also builds well but I have not tested it. My machine runs Linux 2.6.22 (x86_64) and all was built with gcc 4.1.3 targeting x86_64. Cheers, Nicolas. 2008/3/29, David Callu [EMAIL PROTECTED]: Hi Robert, OSG and VPB build

[osg-users] Testing of OSG and VPB SVN in prep for nex dev releases and 2.4 stable release

2008-03-28 Thread Robert Osfield
Hi All, There has been a number of changes and new introduction this week so I'd very much appreciate another round of build and run tests across various platforms. if all goes well I'll make a OSG-2.3.7 and VPB-0.9.8 dev releases on Monday. Feature wise OSG is now ready for 2.4, so its just

Re: [osg-users] Testing of OSG and VPB SVN

2008-01-22 Thread Robert Osfield
Thanks for the feedback guys, I'll now tag the dev releases. ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] Testing of OSG and VPB SVN

2008-01-21 Thread Robert Osfield
Hi All, I'm ready to make a dev release for OSG and VPB but before I go a tag the beasts I'd like some feedback on how things are running on the main platforms. I've built and run on 32 and 64bit Kubuntu Linux here. Thanks in advance, Robert. ___

Re: [osg-users] Testing of OSG and VPB SVN

2008-01-21 Thread Jean-Sebastien Guay
Hello Robert, I'm ready to make a dev release for OSG and VPB but before I go a tag the beasts I'd like some feedback on how things are running on the main platforms. I've built and run on 32 and 64bit Kubuntu Linux here. Getting these unresolved externals when linking vpb.lib on Windows...

Re: [osg-users] Testing of OSG and VPB SVN

2008-01-21 Thread Jean-Sebastien Guay
Hello Robert, Getting these unresolved externals when linking vpb.lib on Windows... Perhaps some come from not updaing OSG, which takes a long time on this machine, but others might be directly fixable in VPB? Answering myself. Finally got the time to let the OSG compile finish, and all four