Hi samfan, I tried it again with the updated SDKs and NDKs, using SDK r20 and NDK r8b. What I think is that it's a change in the NDK that brings on this error. I got it to build (and work without linker errors) by modifying the file jni/osgNativeLib.cpp by changing 3 lines: line 78: const char *nativeAddress = env->GetStringUTFChars(address, 0); line 87: const char *nativeAddress = env->GetStringUTFChars(address, 0); line 88: const char *nativeName = env->GetStringUTFChars(name, 0);
for the rest i did everything the same as in the tutorial and it works for me. again, ymmv. Thank you! Cheers, Bernd ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=50754#50754 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

