Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-ios.sh Macos Monterey error Luajit 2.1.0-beta3 #1

Open
alexlovar opened this issue Apr 28, 2022 · 0 comments
Open

build-ios.sh Macos Monterey error Luajit 2.1.0-beta3 #1

alexlovar opened this issue Apr 28, 2022 · 0 comments

Comments

@alexlovar
Copy link

Hi, the script is not longer works on macos 12.3.1
i change the path for the correct developer sdk but
repeat this error multiple times .........
clang: warning: no such sysroot directory: 'Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk' [-Wmissing-sysroot]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: no such sysroot directory: 'Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk' [-Wmissing-sysroot]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
HOSTCC host/minilua.o
HOSTCC host/buildvm_asm.o
HOSTCC host/buildvm_peobj.o
HOSTCC host/buildvm_lib.o
HOSTCC host/buildvm_fold.o
CC luajit.o
clang: warning: no such sysroot directory: 'Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk' [-Wmissing-sysroot]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
luajit.c:9:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^~~~~~~~~
1 error generated.
make[2]: *** [luajit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [amalg] Error 2
make: *** [amalg] Error 2
mv: rename ./src/libluajit.a to ./build/libluajitA7.a: No such file or directory
/Library/Developer/CommandLineTools/usr/bin/make -C src clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant