Advertisement
Guest User

Untitled

a guest
Jul 17th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. /opt/android-ndk-r10d/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc -I /opt/android-ndk-r10d/platforms/android-18/arch-arm/usr/include/ -MMD -MP -MF -fpic -ffunction-sections -funwind-tables -fstack-protector -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wa,--noexecstack -DDEBUG -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -I../../mupdf.git/thirdparty/jpeg -I./obj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./obj/sdctc.o -c ./base/sdctc.c
  2. In file included from ./obj/jpeglib_.h:1:0,
  3. from ./base/sdctc.c:19:
  4. ../../mupdf.git/thirdparty/jpeg/jpeglib.h:25:62: fatal error: jconfig.h: No such file or directory
  5. #include "jconfig.h" /* widely used configuration options */
  6. ^
  7. compilation terminated.
  8. base/lib.mak:1525: recipe for target 'obj/sdctc.o' failed
  9. make: *** [obj/sdctc.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement