Thanks Jordi and Jan for the fix, now merged and submitted to svn/trunk.
On 12 February 2013 18:14, Jordi Torres <[email protected]> wrote: > Hi, > > This error occurs when compiling current OSG with the NDK >=r8c: > > android-ndk-r8d/build/gmsl/__ > gmsl:512: *** non-numeric second argument to `wordlist' function: ''. Stop. > > This is discussed in this thread[1]. > The solution is to add <uses-sdk android:minSdkVersion="8" /> to the > manifest as the OSG library will only run in devices with Android>=2.2 > (Froyo) with API level 8 [2]. > > The fix does not affect to older sdk's. > > Thanks to Jan Ciger for spotting the bug and find a possible solution. > > Cheers. > > [1]https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/J7wc0rsaAZA > [2]http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels > -- > Jordi Torres Fabra > > gvSIG 3D blog > http://gvsig3d.blogspot.com > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
