Hi Romain,

Add definitions to what file....  Please note that other Linux users aren't
having these problems, I for one work under linux as my main dev platform.

Could it be that you are not including the include/osg/Config in some way?

Robert.

On Wed, Apr 8, 2009 at 11:41 AM, Romain Cavagna <rcava...@widereality.com>wrote:

> I've the answer to my question !
>
> We must add this definitions with linux !!!!
>
> #ifdef linux
>
> // openthreads configuration
> /* #undef _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS */
> /* #undef _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS */
> /* #undef _OPENTHREADS_ATOMIC_USE_SUN */
> /* #undef _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED */
> #define _OPENTHREADS_ATOMIC_USE_MUTEX
>
> // osg configuration
> /* #undef OSG_USE_FLOAT_MATRIX */
> /* #undef OSG_USE_FLOAT_PLANE */
> #define OSG_USE_FLOAT_BOUNDINGSPHERE
> #define OSG_USE_FLOAT_BOUNDINGBOX
>
> #endif
>
> Romain
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=9898#9898
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to