Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Mathias Fröhlich
Hi, On Thursday 19 June 2008 23:10, Rick Pingry wrote: Subject says it. Might have forgotten to SVN add OpenThreads\Config. Try the attached change to the top level cmake file. That change just did not make it into svn. In source tree builds will work without the patch. Out of source builds

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Melchior FRANZ
* Melchior FRANZ -- Friday 20 June 2008: $OSG/include/OpenThreads/Atomic:140: error: \ ‘oldPtr’ was not declared in this scope OK, so this should be ptrOld now? As in: --- include/OpenThreads/Atomic (revision 8468) +++ include/OpenThreads/Atomic (working copy) @@ -132,12 +132,12 @@

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Robert Osfield
Hi Guys, On Fri, Jun 20, 2008 at 7:08 AM, Mathias Fröhlich [EMAIL PROTECTED] wrote: That change just did not make it into svn. In source tree builds will work without the patch. Out of source builds hopefully when Robert has merged that :) Now merged and submitted to SVN. I'm entirely

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Paul Melis
Robert Osfield wrote: Hi Guys, On Fri, Jun 20, 2008 at 7:08 AM, Mathias Fröhlich [EMAIL PROTECTED] wrote: That change just did not make it into svn. In source tree builds will work without the patch. Out of source builds hopefully when Robert has merged that :) Now merged and

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Robert Osfield
Hi Melchior, Your change looks correct, now applied and checked into SVN. I am a bit surprised that _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS path wasn't selected on your machine, perhaps the checks for support need to be tweaked. Robert. On Fri, Jun 20, 2008 at 7:45 AM, Melchior FRANZ [EMAIL

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Paul Melis
Paul Melis wrote: Robert Osfield wrote: Hi Guys, On Fri, Jun 20, 2008 at 7:08 AM, Mathias Fröhlich [EMAIL PROTECTED] wrote: That change just did not make it into svn. In source tree builds will work without the patch. Out of source builds hopefully when Robert has merged that :) Now

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Mathias Fröhlich
Robert, On Friday 20 June 2008 10:43, Robert Osfield wrote: I am a bit surprised that _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS path wasn't selected on your machine, perhaps the checks for support need to be tweaked. i386 (=32 bit) builds do not use that for now. The problem is that gcc assumes

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Melchior FRANZ
* Mathias Fröhlich -- Friday 20 June 2008: [Performing Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS - Failed] If you specify any -march=whatevernewertargettocompilefor to gcc the builtin is inlined with something usable. I was using -march=pentium4 already, so it should have worked? m.

Re: [osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-20 Thread Mathias Fröhlich
On Friday 20 June 2008 11:31, Melchior FRANZ wrote: * Mathias Fröhlich -- Friday 20 June 2008: [Performing Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS - Failed] If you specify any -march=whatevernewertargettocompilefor to gcc the builtin is inlined with something usable. I was using

[osg-users] Build 8458 Problem with OpenThreads\Atomic wanting to include a missing OpenThreads\Config

2008-06-19 Thread Rick Pingry
Subject says it. Might have forgotten to SVN add OpenThreads\Config. -- Thanks, Rick Check us out at http://fringe-online.com/ ___ osg-users mailing list osg-users@lists.openscenegraph.org