Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Robert Osfield
Hi All, Any results from testing of OSG-2.8.1-rc5 yet? I'm ready to tag 2.8.1, so am now just waiting for feedback from testing. Thanks, Robert. ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Pierre Bourdin (gmail)
Hi Robert, I just finished compilation on Debian testing, without any trouble... Everything seems to work perfectly. I'll do some more tests this afternoon... Pierre. cmake --version cmake version 2.6-patch 4 gcc version 4.3.3 (Debian 4.3.3-3) /proc/driver/nvidia/version NVRM version:

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Tony Horrobin
Hi Robert, rc5 appears to run fine on: Ubuntu Hardy gcc 4.2.4 GeForce 8800GTS Cheers, -Tony -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=12470#12470 ___ osg-users mailing list

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread J.P. Delport
Hi, compiled fine (libs+examples) on Debian unstable: cmake version 2.6-patch 4 gcc version 4.3.3 (Debian 4.3.3-10) jp Robert Osfield wrote: Hi All, Any results from testing of OSG-2.8.1-rc5 yet? I'm ready to tag 2.8.1, so am now just waiting for feedback from testing. Thanks, Robert.

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Paul Melis
Hi, Regarding rev 10233: --- osg/Vec?b: Also changed typedef char value_type; to typedef signed char value_type; In the case of a simple char, SWIG assumes a string. Using signed char instead of char does not change the behaviour of the class.

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Rafa Gaitan
Hi Robert, Compiled fine on MacOSX Leopard with cmake version 2.6-patch 2 and in Ubuntu 9.04. Rafa. On Tue, May 19, 2009 at 1:44 PM, J.P. Delport jpdelp...@csir.co.za wrote: Hi, compiled fine (libs+examples) on Debian unstable: cmake version 2.6-patch 4 gcc version 4.3.3 (Debian

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Paul Melis
Paul Melis wrote: Hi, Regarding rev 10233: --- osg/Vec?b: Also changed typedef char value_type; to typedef signed char value_type; In the case of a simple char, SWIG assumes a string. Using signed char instead of char does not change the behaviour of

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Robert Osfield
Hi Paul, There is a Vec3ub and a Vec3b, if you want a 0 to 255 range for a colour then you'd use a Vec3ub rather than a Vec3b. So rather than introducing problems I would have though this would avoid them. Robert. On Tue, May 19, 2009 at 1:40 PM, Paul Melis p...@science.uva.nl wrote: Hi,

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Robert Osfield
On Tue, May 19, 2009 at 2:15 PM, Robert Osfield robert.osfi...@gmail.com wrote: Hi Paul, There is a Vec3ub and a Vec3b, if you want a 0 to 255 range for a colour then you'd use a Vec3ub rather than a Vec3b.  So rather than introducing problems I would have though this would avoid them. Opps

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Robert Osfield
Hi All, Thanks for the testing. So far we have 3 confirmations for linux distro's, one for OSX, none for Window or other systems yet. If you are currently doing a build and test and it hasn't completed yet please tell me so I know what I might be able to do the final tag of 2.8.1. So far

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Pierre Bourdin (gmail)
Yep, i've just start a windows build... I'll tell you later. Do you need some special test ? Pierre. Le mardi 19 mai 2009 à 14:21 +0100, Robert Osfield a écrit : Hi All, Thanks for the testing. So far we have 3 confirmations for linux distro's, one for OSX, none for Window or other

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Andy Skinner
Sent: Tuesday, May 19, 2009 9:21 AM To: OpenSceneGraph Users Subject: Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged Hi All, Thanks for the testing. So far we have 3 confirmations for linux distro's, one for OSX, none for Window or other systems yet. If you are currently doing

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Andy Skinner
: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Andy Skinner Sent: Tuesday, May 19, 2009 10:27 AM To: OpenSceneGraph Users Subject: Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged Windows XP with NVidia card has been

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-19 Thread Robert Osfield
Hi All, I have just done my latest check in for 2.8.1, and this was just house keeping task such updates to dates, authors etc, and changing of the release candidate variable back to 0 which signifies a full release. So far I haven't seen any build/testing problems reported so it does look like

[osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-18 Thread Robert Osfield
Hi All, I've just tagged another release candidate, this time we've hit 2.8.1-rc5. Fingers crossed this will be our latest rc and we can quickly move on to tagging 2.8.1 and get some new binaries posted. http://www.openscenegraph.org/projects/osg/wiki/Downloads Source Code: ¶ source

Re: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged

2009-05-18 Thread Andy Skinner
To: OpenSceneGraph Users Subject: [osg-users] OpenSceneGraph-2.8.1 release candidate five tagged Hi All, I've just tagged another release candidate, this time we've hit 2.8.1-rc5. Fingers crossed this will be our latest rc and we can quickly move on to tagging 2.8.1 and get some new binaries posted. http