-
-
Save anonymous/15153117bc1e87619424 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export NDEBUG=; \ | |
export BUILD_TYPE=debug; \ | |
make apk | |
make[1]: Entering directory 'minetest/build/android' | |
nothing to be done for freetype | |
nothing to be done for iconv | |
nothing to be done for leveldb | |
nothing to be done for openal | |
nothing to be done for libogg/libvorbis | |
changed timestamp for irrlicht detected building... | |
nothing to be done for gmp | |
nothing to be done for openssl | |
changed timestamp for curl detected building... | |
WARNING: The shell running this script isn't bash. Although we try to avoid bashism in scripts, things can happen. | |
Invalid toolchain name: arm-linux-androideabi-4.9 | |
Please use --toolchain=<name> with the name of a toolchain supported by the source NDK. | |
Try one of: arm-linux-androideabi-4.6 arm-linux-androideabi-4.8 arm-linux-androideabi-clang3.3 arm-linux-androideabi-clang3.4 llvm-3.3 llvm-3.4 mipsel-linux-android-4.6 mipsel-linux-android-4.8 mipsel-linux-android-clang3.3 mipsel-linux-android-clang3.4 renderscript x86-4.6 x86-4.8 x86-clang3.3 x86-clang3.4 | |
/bin/sh: 29: ./configure: not found | |
make[2]: Entering directory 'minetest/build/android/deps/curl-7.46.0' | |
make[2]: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss. | |
make[2]: Leaving directory 'minetest/build/android/deps/curl-7.46.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment