Re: [osg-users] 2.8.3 testing

2010-03-23 Thread Paul Martz
Jim Brooks wrote: Had compile errors on FreeBSD 8. Fixed with these two lines: src/OpenThreads/pthreads/CMakLists.txt IF(HAVE_PTHREAD_SETAFFINITY_NP) IF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD") #---fix--- ADD_DEFINITIONS(-DHAVE_PTHREAD_SETAFFINITY_NP) ENDIF(NOT CMAKE_SYSTEM_NAME MATC

Re: [osg-users] 2.8.3 testing

2010-03-23 Thread Jean-Sébastien Guay
Hi Paul, I have to apologize about the dae plugin. I was just too chicken to go through with the merge, after a couple attempts. :-( Hehe, no problem. It can be in a 2.8.4 eventually, if 2.10 takes too much time. For now our projects that need it can run off of SVN trunk while in development

Re: [osg-users] 2.8.3 testing

2010-03-23 Thread Paul Martz
Jean-Sébastien Guay wrote: Hi Paul, Building now, Windows 7 64 bit, VC9 sp1, 32 bit build. After building I'll test what I can. Builds fine. I've also set up a nightly build (called "Whitestar_vc9sp1 (2.8 branch)"). Thanks. I'm also running daily CDash builds for Windows and Darwin/OSX, t

Re: [osg-users] 2.8.3 testing

2010-03-23 Thread Jean-Sébastien Guay
Hi Paul, Building now, Windows 7 64 bit, VC9 sp1, 32 bit build. After building I'll test what I can. Builds fine. I've also set up a nightly build (called "Whitestar_vc9sp1 (2.8 branch)"). As for testing, I've tested a few models in osgviewer, as well as the fbx plugin and the dae plugin.

Re: [osg-users] 2.8.3 testing

2010-03-23 Thread Andy Skinner
s-boun...@lists.openscenegraph.org [mailto:osg-users- > boun...@lists.openscenegraph.org] On Behalf Of Paul Martz > Sent: Monday, March 22, 2010 6:27 PM > To: OpenSceneGraph Users > Subject: Re: [osg-users] 2.8.3 testing > > Chuck Seberino wrote: > > Andy and Paul - > > &g

Re: [osg-users] 2.8.3 testing

2010-03-23 Thread Cedric Pinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/23/2010 03:13 AM, Paul Martz wrote: > Thanks, Cedric. I found r10362 had this change, and it's now merged > into the 2.8 branch. I definitely get different results, but > haven't had a chance to compare to trunk, so if you could please > take a l

Re: [osg-users] 2.8.3 testing

2010-03-23 Thread Stephan Huber
Hi Paul, Am 22.03.10 17:31, schrieb Paul Martz: > 1. XCode project files need to be updated. (Stephan, will you have any > time to contribute this in the near future, or do we need another > volunteer?) Can you merge revision [10006] into the osg-2.8 branch? this will fix a compile-issue when com

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Jim Brooks
Had compile errors on FreeBSD 8. Fixed with these two lines: src/OpenThreads/pthreads/CMakLists.txt IF(HAVE_PTHREAD_SETAFFINITY_NP) > IF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD") #---fix--- ADD_DEFINITIONS(-DHAVE_PTHREAD_SETAFFINITY_NP) > ENDIF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD") #--

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Paul Martz
Thanks, Cedric. I found r10362 had this change, and it's now merged into the 2.8 branch. I definitely get different results, but haven't had a chance to compare to trunk, so if you could please take a look and let me know if it's now correct, I'd appreciate it. -Paul Cedric Pinson wrote:

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Paul Martz
Chuck Seberino wrote: Andy and Paul - I submitted a fix for this (r10927) which reorders some of the ifdef checking so that it works properly under OSX. Thanks, r10927 is now merged onto the 2.8 branch. Andy, let me know how that works for you. (I wasn't seeing this problem on 32bit OS X 10.

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Cedric Pinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/22/10 22:03, Cedric Pinson wrote: > On 03/22/10 20:15, Robert Osfield wrote: >> Hi Cedric, > >> On Mon, Mar 22, 2010 at 7:08 PM, Cedric Pinson >> wrote: >>> I tried osgAnimation with this release, and there is difference >>> with the trunk behav

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Cedric Pinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/22/10 20:15, Robert Osfield wrote: > Hi Cedric, > > On Mon, Mar 22, 2010 at 7:08 PM, Cedric Pinson > wrote: >> I tried osgAnimation with this release, and there is difference with >> the trunk behavior. >> The test is to use osganimationhardware

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Paul Martz
.openscenegraph.org] On Behalf Of Chuck Seberino Sent: Monday, March 22, 2010 1:00 PM To: OpenSceneGraph Users Subject: Re: [osg-users] 2.8.3 testing Andy and Paul - I submitted a fix for this (r10927) which reorders some of the ifdef checking so that it works properly under OSX. Chuck On

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Chuck Seberino
-- >> From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users- >> boun...@lists.openscenegraph.org] On Behalf Of Chuck Seberino >> Sent: Monday, March 22, 2010 1:00 PM >> To: OpenSceneGraph Users >> Subject: Re: [osg-users] 2.8.3 testing >> >> Andy and Paul

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Robert Osfield
Hi Cedric, On Mon, Mar 22, 2010 at 7:08 PM, Cedric Pinson wrote: > I tried osgAnimation with this release, and there is difference with > the trunk behavior. > The test is to use osganimationhardware with bignathan.osg > the one with the trunk works as expected > and the one in this release seems

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Cedric Pinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/22/2010 05:31 PM, Paul Martz wrote: > Hi all -- Here's an update on the 2.8.3 release, and a plea for > testing. > > The 2.8.3 release is slightly behind my original schedule, but > nonetheless getting close to a release candidate. > > ISSUES: Th

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Andy Skinner
1:00 PM > To: OpenSceneGraph Users > Subject: Re: [osg-users] 2.8.3 testing > > Andy and Paul - > > I submitted a fix for this (r10927) which reorders some of the ifdef > checking so that it works properly under OSX. > > Chuck > > On Mar 22, 2010, at 9

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Jean-Sébastien Guay
Hi Paul, Hi all -- Here's an update on the 2.8.3 release, and a plea for testing. Building now, Windows 7 64 bit, VC9 sp1, 32 bit build. After building I'll test what I can. Let me make this suggestion: Let's leave DAE and osgManipulators out of the 2.8.3 release. If someone really wants t

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Chuck Seberino
ere a problem on 2.8? > > thanks > andy > >> -Original Message- >> From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users- >> boun...@lists.openscenegraph.org] On Behalf Of Paul Martz >> Sent: Monday, March 22, 2010 12:31 PM >> To: OpenSceneGrap

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Andy Skinner
To: OpenSceneGraph Users > Subject: [osg-users] 2.8.3 testing > > Hi all -- Here's an update on the 2.8.3 release, and a plea for > testing. > > The 2.8.3 release is slightly behind my original schedule, but > nonetheless getting close to a release candidate. > >

Re: [osg-users] 2.8.3 testing

2010-03-22 Thread Doug McCorkle
Hello Paul, On Mar 22, 2010, at 11:31 AM, Paul Martz wrote: Hi all -- Here's an update on the 2.8.3 release, and a plea for testing. The 2.8.3 release is slightly behind my original schedule, but nonetheless getting close to a release candidate. ISSUES: There are two open issues at this poi

[osg-users] 2.8.3 testing

2010-03-22 Thread Paul Martz
Hi all -- Here's an update on the 2.8.3 release, and a plea for testing. The 2.8.3 release is slightly behind my original schedule, but nonetheless getting close to a release candidate. ISSUES: There are two open issues at this point: 1. XCode project files need to be updated. (Stephan, will