1
WME Lite / Problem compiling for Android. SDL2/SDL.h Not found
« on: September 09, 2013, 11:32:44 PM »
Hi.. we are trying to compile wmelite for Android, but we are unsuccessful so far.
After trying several things, we manage to get to an error that says jni/src/../../../src/PlatformSDL.h:30:22: fatal error: SDL2/SDL.h: No such file or directory
The error happens after we copy the dependency folder in the wmelite root.
We tried adding to LOCAL_C_INCLUDES the path /usr/local/includes, where the .h from the linux system reside, but after that, we have trouble finding iconv.
Any help would be much appreciated.
After trying several things, we manage to get to an error that says jni/src/../../../src/PlatformSDL.h:30:22: fatal error: SDL2/SDL.h: No such file or directory
The error happens after we copy the dependency folder in the wmelite root.
We tried adding to LOCAL_C_INCLUDES the path /usr/local/includes, where the .h from the linux system reside, but after that, we have trouble finding iconv.
Any help would be much appreciated.
