On Fri, Jun 27, 2008 at 11:48 AM, Mario Valle <[EMAIL PROTECTED]> wrote: > 32bits, Intel(R) Xeon(TM) CPU 3.00GHz quad core 4GB RAM. > GeForce 6800 GS NVIDIA Driver Version: 169.12 > Suse 10.3 > Let me know if other info or other tests are needed.
The only test is the one suggested, remove your CMakeCache.txt, rerun ./configure or ccmake . to make sure it regenerates your include/OpenThreads/Config, check the contents of this Config file to make sure its been updated to a sensible value. On my Kubuntu 64bit system I get a include/OpenThreads/Config that looks like: /* -*-c++-*- OpenSceneGraph - Copyright (C) 2008 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * included with this distribution, and on the openscenegraph.org website. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * OpenSceneGraph Public License for more details. */ /**************************************************************************** * THIS FILE IS AUTOGENERATED BY CMAKE. DO NOT EDIT! ****************************************************************************/ /* Changes to the configuration reflected here can be made with ccmake on * unix or with cmake-gui on windows. Alternatively you can use cmake's -D * or -P switches to set some configuration values at cmake configuration time. */ #ifndef _OPENTHREADS_CONFIG #define _OPENTHREADS_CONFIG #define _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS /* #undef _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS */ /* #undef _OPENTHREADS_ATOMIC_USE_SUN */ /* #undef _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED */ /* #undef _OPENTHREADS_ATOMIC_USE_MUTEX */ #endif _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

