libturbojpeg-ios icon indicating copy to clipboard operation
libturbojpeg-ios copied to clipboard

Build Fails for Simulator on Xcode 5.1.1

Open bygreencn opened this issue 9 years ago • 0 comments

Error Log is:

NASM version 2.11.05 compiled on Jul 25 2014 llvm-gcc -m32 -march=i386 -I".." -I"../.." -I"../../libjpeg" -c "jsimd_i386.c" -o "build/jsimd_i386.o" /bin/sh: llvm-gcc: command not found make: *** [jsimd_i386] Error 127 cp: /Users/cheng/Desktop/libturbojpeg-ios-6c9bb43269606a89facd99c14078092496cbb39a/libturbojpeg/simd-i386/build/libsimd-i386.a: No such file or directory

I have tried to change llvm-gcc as "xcrun -sdk iphoneos clang -m32…..", i am not familiar with this new environment, so please help me to learn how to make it work on iPhone simulator.

By the way, will you have plane to merge libjpeg-turbo 1.3.1 into this project? i hope you have make a schedule about it.

Thanks a lot!!

bygreencn avatar Jul 25 '14 09:07 bygreencn