We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System details Mac M1 Lua-5.4.4 Architecture : arm64
Issue After cloning the repository. I tried the following command make ../Source I get the following error
make ../Source
ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [libluacpp.dylib] Error 1 make[1]: *** [CMakeFiles/luacpp.dir/all] Error 2 make: *** [all] Error 2
I also tried specifying the architecture using the flag, but the error persists.
please suggest a fix for the lua5.4.4 and the arm64 compatibility issues, so I can build the libluacpp.dylib successfully!
The text was updated successfully, but these errors were encountered:
@jordanvrtanoski help please
Sorry, something went wrong.
have you tried installing via vcpkg?
vcpkg install lua[cpp]
No branches or pull requests
System details
Mac M1
Lua-5.4.4
Architecture : arm64
Issue
After cloning the repository.
I tried the following command
make ../Source
I get the following error
I also tried specifying the architecture using the flag, but the error persists.
please suggest a fix for the lua5.4.4 and the arm64 compatibility issues, so I can build the libluacpp.dylib successfully!
The text was updated successfully, but these errors were encountered: