+1 I had to revert this change as well to get the latest SVN rev (r13093) to run without crashing on Android.
FWIW, there is nothing wrong with static initialization on Android, and the change to Scene.cpp is definitely a bug. Without compiler specific directives, there is no way to ensure that static variables will be initialized in any particular order. (AKA the Static Initialization Order Fiasco.) Thanks, James ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=48365#48365 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

