[osg-users] [build] OSG for Android GLES2 build // Registry:709 : undefined reference
Célian GARCIA
celian.garcia1 at gmail.com
Wed Oct 28 01:32:44 PDT 2015
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
More information about the osg-users
mailing list