Skip to content

Instantly share code, notes, and snippets.

@kcochibili
Created July 21, 2017 19:36
Show Gist options
  • Save kcochibili/bedb80eb405870faa1a657b2e8e94550 to your computer and use it in GitHub Desktop.
Save kcochibili/bedb80eb405870faa1a657b2e8e94550 to your computer and use it in GitHub Desktop.
my build log when I execute configure_make_everything.sh
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg/x264 /c/android-ffmpeg /c/android-ffmpeg
cat: config.h: No such file or directory
./configure
No working C compiler found.
Makefile:3: config.mak: No such file or directory
make: *** [Makefile:225: config.mak] Error 1
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg/freetype2 /c/android-ffmpeg /c/android-ffmpeg
config.mk:26: builds/unix/unix-cc.mk: No such file or directory
make: *** No rule to make target 'builds/unix/unix-cc.mk'. Stop.
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg/ffmpeg /c/android-ffmpeg /c/android-ffmpeg
Makefile:169: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg/sox /c/android-ffmpeg /c/android-ffmpeg
make: *** No rule to make target 'clean'. Stop.
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg/x264 /c/android-ffmpeg /c/android-ffmpeg
No working C compiler found.
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg/x264 /c/android-ffmpeg /c/android-ffmpeg
./configure
No working C compiler found.
make: *** [Makefile:225: config.mak] Error 1
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg/freetype2 /c/android-ffmpeg /c/android-ffmpeg
./autogen.sh: line 102: aclocal: command not found
./autogen.sh: line 55: test: 1: unary operator expected
./autogen.sh: line 59: test: 1: unary operator expected
./autogen.sh: line 67: test: 10: unary operator expected
./autogen.sh: line 71: test: 10: unary operator expected
./autogen.sh: line 102: libtoolize: command not found
./autogen.sh: line 55: test: 2: unary operator expected
./autogen.sh: line 59: test: 2: unary operator expected
./autogen.sh: line 67: test: 2: unary operator expected
./autogen.sh: line 71: test: 2: unary operator expected
./autogen.sh: line 102: autoconf: command not found
./autogen.sh: line 55: test: 2: unary operator expected
./autogen.sh: line 59: test: 2: unary operator expected
./autogen.sh: line 67: test: 62: unary operator expected
./autogen.sh: line 71: test: 62: unary operator expected
generating `configure.ac'
running `aclocal -I . --force'
./autogen.sh: line 15: aclocal: command not found
error while running `aclocal -I . --force'
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `C:/Program Files/Git/mingw64/bin/make' again to build the library,
or `C:/Program Files/Git/mingw64/bin/make refdoc' to build the API reference (the latter needs python).
cd builds/unix; ./configure 'CC=C:\android-ndk-r10/toolchains/arm-linux-androideabi-4.6/prebuilt/mingw64_nt-6.3-x86_64/bin/arm-linux-androideabi-gcc --sysroot=C:\android-ndk-r10/platforms/android-16/arch-arm' 'LD=C:\android-ndk-r10/toolchains/arm-linux-androideabi-4.6/prebuilt/mingw64_nt-6.3-x86_64/bin/arm-linux-androideabi-ld' 'CFLAGS=-std=gnu99 -mcpu=cortex-a8 -marm -mfloat-abi=softfp -mfpu=neon -fPIE -pie' '--host=arm-linux-androideabi' '--with-sysroot=C:\android-ndk-r10/platforms/android-16/arch-arm' '--enable-static' '--disable-shared' '--with-pic' '--without-bzip2'
/usr/bin/sh: ./configure: No such file or directory
make: *** [builds/unix/detect.mk:85: setup] Error 127
/c/android-ffmpeg /c/android-ffmpeg
/c/android-ffmpeg
/c/android-ffmpeg /c/android-ffmpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment