Hi, I'm trying to build OpenSceneGraph for Android GLES2 example on Windows. I succeeded in Linux, but I'm now trying in Windows.
When I run ndk-build, I get some strange errors like this one : > > D:/Users/celgarci/ANDROID/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64/bin/../li > [...] OpenSceneGraph-3.4.0\osginstall\include/osgDB/Registry:709: error: > undefined reference to 'osgdb_ive' > It seems to come from these kind of code in Registry : Code: #define USE_OSGPLUGIN(ext) \ extern "C" void osgdb_##ext(void); \ static osgDB::PluginFunctionProxy proxy_##ext(osgdb_##ext); Does it say something for someone ? Thank you! Cheers, Célian[/code] ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65275#65275 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

