Hiya,

I think some of the recent code wrt osgPresentation is causing the Android
build to fail. Here's my cmake config call:

cmake \
-DOSG_BUILD_PLATFORM_ANDROID=ON \
-DANDROID_NDK=/home/preet/Dev/env/sys/android-ndk-r8e \
-DCMAKE_INSTALL_PREFIX=/home/preet/Dev/env/android/osg-git-debug \
-DOSG_GL1_AVAILABLE=OFF \
-DOSG_GL2_AVAILABLE=OFF \
-DOSG_GL3_AVAILABLE=OFF \
-DOSG_GLES1_AVAILABLE=OFF \
-DOSG_GLES2_AVAILABLE=ON \
-DOSG_GL_LIBRARY_STATIC=OFF \
-DOSG_GL_DISPLAYLISTS_AVAILABLE=OFF \
-DOSG_GL_MATRICES_AVAILABLE=OFF \
-DOSG_GL_VERTEX_FUNCS_AVAILABLE=OFF \
-DOSG_GL_VERTEX_ARRAY_FUNCS_AVAILABLE=OFF \
-DOSG_GL_FIXED_FUNCTION_AVAILABLE=OFF \
-DANDROID_ABI="armeabi-v7a" \
-DANDROID_PLATFORM=8 \
-DANDROID_STL="gnustl_shared" \
-DANDROID_DEBUG=ON \
../osg-src

Here's the resulting error:
make[3]: *** No rule to make target
`/home/preet/Downloads/build/osg/src/osgPresentation/Model.cpp', needed by
`obj/local/armeabi-v7a/objs-debug/osgPresentation/Model.o'.  Stop.

Also... I get a bunch of warnings during compile (unrelated to the
presentation error -- this is with older commits as well). The following
line is output 100's of times.

Android NDK: WARNING: Invalid LOCAL_CPP_EXTENSION values: cpp

This doesn't seem normal... Should I be concerned about it?


Preet
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to