I recently encountered a similar (maybe the same) issue building for Android ES1 (exceptions disabled).
I took a look at the CMake files and found that the PNG plug-in would not build unless cpp exceptions were enabled, so I took a look at the source code to see if it really required exceptions. Turned out it did not (someone added pre proc guards to handle that case) so I removed the exception requirement from CMake and the plugin finally built for me. I submitted a PR: https://github.com/openscenegraph/OpenSceneGraph/pull/736 ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=75731#75731 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

