First, there is a good page in the wiki page with Cmake chain and
requirements... and other stuff wich I recomend as a reading before doing
anything.

Second:
NO! caca -> OPENGL_INCLUDE
/home/rubn/data/android/gl/khronos_headers/GLES2
NO! caca -> OPENGL_LIBRARY
 
/home/rubn/data/android/android-ndk/platforms/android-9/arch-arm/usr/lib/libGLESv2.so
NO! caca -> OPENGL_egl_LIBRARY
/home/rubn/data/android/android-ndk/platforms/android-9/arch-arm/usr/lib/libEGL.so
NO! it's not needed we do it already -> DYNAMIC_OPENTHREADS     OFF
NO! it's not needed we do it already -> DYNAMIC_OPENSCENEGRAPH    OFF

Third:

>From what i've seen so far some extrange bugs appear when...

-You run cmake config twice over the same directory
-You use some graphic Cmake frontend version (but i've seen it work also)
-You use some Cmake outdated (this shoul be prevented by a fix that was
approved a month ago)
-Ndk produce some extrange bugs with some distros

Fourth:

What it's important is:

-What version of Ndk are you using? Remember that we recomend r5/b/c
(Crystax it's not recommended)
-Thrunk or 3.0 Rc ?


So... what i recomend you to do:

-Clean your directory
-Use the Cmake console command

Good Luck.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to