[osg-users] OSG crash on startup
Guy Volckaert
guy.volckaert at meggitt.com
Thu May 11 10:30:07 PDT 2017
Understood. I compared the Config file used for building OSG and the one that is copied by the INSTALL project, which is used by my app, and they are both the same.
Below is the content of my OpenThreads\Config header file.
Code:
#ifndef _OPENTHREADS_CONFIG
#define _OPENTHREADS_CONFIG
/* #undef _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS */
/* #undef _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS */
/* #undef _OPENTHREADS_ATOMIC_USE_SUN */
#define _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED
/* #undef _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC */
/* #undef _OPENTHREADS_ATOMIC_USE_MUTEX */
/* #undef OT_LIBRARY_STATIC */
#endif
Thank you!
Cheers,
Guy
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=70899#70899
More information about the osg-users
mailing list