Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-30 Thread Paul Martz
OK on Mac OS X 10.5, cmake 2.4.8 w/ gcc makefiles. -Paul On May 30, 2008, at 6:12 AM, Robert Osfield wrote: Hi All, I've made various fixes/merges since the last call. Could people do an svn update on OSG and VPB and let me know how you get on. If things look good for OSG this afternoon I

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-30 Thread Jean-Sébastien Guay
Hi again, Apart from the warning reported by others on CMake 2.6, everything builds fine on Vista, VC++ 2005, both CMake 2.4.8 and CMake 2.6.0. Also building on a VirtualBox VM running Ubuntu 8.04, GCC 4.2.3, CMake 2.4.7, and so far everything looks fine (about 50% in). Though I wouldn't thi

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-30 Thread Jean-Sébastien Guay
Hi Robert, I've made various fixes/merges since the last call. Could people do an svn update on OSG and VPB and let me know how you get on. If things look good for OSG this afternoon I'll tag OSG-2.5.1. Apart from the warning reported by others on CMake 2.6, everything builds fine on Vista,

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-30 Thread Jean-Sébastien Guay
Hi J.P. Just some info on cmake so far under Debian Sid: $ cmake --version cmake version 2.6-patch 0 I get a report: ---8<--- CMake Warning (dev) at CMakeLists.txt:347 (ADD_DEFINITIONS): Policy CMP0005 is not set: Preprocessor definition values are now escaped automatically. Run "cmake

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-30 Thread J.P. Delport
Hi, everything using default ./configure built fine. gcc version 4.2.4 (Debian 4.2.4-1) jp J.P. Delport wrote: Hi, busy building. Just some info on cmake so far under Debian Sid: $ cmake --version cmake version 2.6-patch 0 I get a report: ---8<--- CMake Warning (dev) at CMakeLists.txt:

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-30 Thread J.P. Delport
Hi, busy building. Just some info on cmake so far under Debian Sid: $ cmake --version cmake version 2.6-patch 0 I get a report: ---8<--- CMake Warning (dev) at CMakeLists.txt:347 (ADD_DEFINITIONS): Policy CMP0005 is not set: Preprocessor definition values are now escaped automatically.

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-30 Thread Robert Osfield
Hi All, I've made various fixes/merges since the last call. Could people do an svn update on OSG and VPB and let me know how you get on. If things look good for OSG this afternoon I'll tag OSG-2.5.1. Before I tag VPB we'll need to get it working with CMake 2.6 so I'll leave that till next week.

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-28 Thread Robert Osfield
Hi All, I've made a number of merges of submissions and fixes from myself today, but I've run out of day to make a 2.5.1 dev release today, so I'll tag it tomorrow. So... I'd appreciate so more build and execution testing of the svn version of the OSG. Thanks, Robert. ___

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-27 Thread Paul Martz
Bravo, Robert! Works great: * Mac OSX 10.5, cmake 2.4.8 producing gcc makefiles; * WinXP SP3, cmake 2.6 producing VS2005 sln/vcproj files. -Paul ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cg

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-27 Thread Rahul Jain
Hi Robert, OSG built fine on linux (suse 10.3) with cmake 2.4.7. Checked examples also they are working properly cheers RJ Robert Osfield wrote: > Hi All, > > Today I've begun clearing the osg-submissions back log. I've merged > the majority of the backlog, and will continue tomorrow morning a

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-27 Thread Jean-Sébastien Guay
Hi Robert, There has been lots of build changes checked in, which, fingers crossed will solve build problems such as when using CMake 2.6, and without breaking build on prior versions of CMake. However, all this needs a serious work out across all platforms so I'd appreciate testing on SVN befo

[osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-05-27 Thread Robert Osfield
Hi All, Today I've begun clearing the osg-submissions back log. I've merged the majority of the backlog, and will continue tomorrow morning and then put out a OSG-2.5.1 and VPB-0.9.9 dev releases. There has been lots of build changes checked in, which, fingers crossed will solve build problems s

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-01-29 Thread Robert Osfield
Hi Bob, Thanks for the testing. These warnings are benign I believe - I get them too, and there is a bit too much indirection going on in the macros and templates to easily work out how to fix the warnings. If you don't need the wrappers just don't enable them, cuts build time by more than half

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-01-29 Thread Bob Huebert
Greetings Robert, Building OpenSceneGraph (svn-7852) on FedoraCore 7 (gcc 4.1.2), all is well except for warning messages as such: /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/ReaderWriter.cpp: In constructor ::reflector36::reflector36(): /export/staffdata/osg/OpenSceneG

Re: [osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-01-29 Thread Stephan Huber
Hi Robert, Robert Osfield schrieb: > Pretty please, could users do an svn update on OpenSceneGraph and > VirtualPlanetBuilder and let me know how the build goes. Fine on OS X 10.5, (I built the XCode-project with 10.4u and 10.5 sdk, no problems so far. ) I have some minor tweaks for GraphicsWin

[osg-users] Please test SVN of OpenSceneGraph and VirtualPlanetBuilder in prep for dev releases

2008-01-29 Thread Robert Osfield
Hi All, Pretty please, could users do an svn update on OpenSceneGraph and VirtualPlanetBuilder and let me know how the build goes. It's evening now so I don't have much time left to make a dev release before I turn in before early start tomorrow (3am wooppeee). I am not planning any check-ins my