Hello, Quoting from the documentation on the Wiki:
"CMake building script will search the Ndk (With the original name as it is in google releases) in $HOME or $HOME/android_development.Otherwise you can set manually it's location with the environment variable: ANDROID_NDK." I.e in cygwin bash (it doesn't work very well without bash in Windows, don't waste your time trying to compile without cygwin): export ANDROID_NDK="C:/Android/android-ndk-r8d" Regards, Jan On Tue, Apr 2, 2013 at 3:46 PM, Shayne Tueller <[email protected]>wrote: > Hi, > > I went through this tutorial and got stuck when invoking the "make" > command to build OSG. It errors out with the message > > ANDROID_NDK-NOTFOUND\ndk-build ... > > I'm supposing that there was a step omitted in the tutorial that tells the > cmake configure utility on where to find the android ndk (i.e. defining the > path to find ndk-build). > > Is this correct or am I missing something? I would like to try and get > this to work. > > Thanks for any help in advance... > > Shayne > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=53413#53413 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

