pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 248 forks source link

Build Fail libapplication-armeabi-v7a.so #74

Open sam-thomas opened 7 years ago

sam-thomas commented 7 years ago

Does anyone have any experience with this error when building xserver? Could you please help me out?


./bootstrap.sh: line 46: intltoolize: command not found
jni/../jni/application/Android.mk:100: recipe for target 'jni/../jni/application/src/libapplication-armeabi-v7a.so' failed
make: *** [jni/../jni/application/src/libapplication-armeabi-v7a.so] Error 1```
sam-thomas commented 7 years ago

Needed intltool. Now stuck here: checking for LIBSPEEX... no checking for LIBSOXR... no checking for ORC... no checking for WEBRTC... no checking that generated files are newer than configure... done configure: creating ./config.status checking that generated files are newer than configure... done configure: creating ./config.status config.status: error: cannot find input file:Makefile.in' config.status: error: cannot find input file: Makefile.in' config.status: error: cannot find input file:Makefile.in' config.status: error: cannot find input file: Makefile.in' jni/../jni/application/Android.mk:100: recipe for target 'jni/../jni/application/src/libapplication-armeabi-v7a.so' failed make: *** [jni/../jni/application/src/libapplication-armeabi-v7a.so] Error 1

sam-thomas commented 7 years ago

                 from ftenc.c:34:
/usr/include/freetype2/freetype/config/ftheader.h:15:68: fatal error: arm-linux-gnueabi/freetype2/freetype/config/ftheader.h: No such file or directory
 #  include <arm-linux-gnueabi/freetype2/freetype/config/ftheader.h>
                                                                    ^
compilation terminated.
Makefile:413: recipe for target 'ftenc.lo' failed
make[4]: *** [ftenc.lo] Error 1
make[4]: Leaving directory '/home/sam/sdl-android/project/jni/application/xserver/xserver/android/armeabi-v7a/libXfont-1.4.6/src/FreeType'
Makefile:564: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/sam/sdl-android/project/jni/application/xserver/xserver/android/armeabi-v7a/libXfont-1.4.6/src'
Makefile:582: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/sam/sdl-android/project/jni/application/xserver/xserver/android/armeabi-v7a/libXfont-1.4.6'
Makefile:441: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/sam/sdl-android/project/jni/application/xserver/xserver/android/armeabi-v7a/libXfont-1.4.6'