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
I get the following error when trying to build on ppc64le:
make -C src make[1]: Entering directory '/home/luajit2/src' CC lj_init.o HOSTCC host/minilua.o HOSTLINK host/minilua DYNASM host/buildvm_arch.h vm_ppc.dasc:5692: error: .endif without .if: | .endif vm_ppc.dasc:*: info: fatal error in input file -- no output file generated. make[1]: *** [Makefile:668: host/buildvm_arch.h] Error 1 make[1]: Leaving directory '/home/luajit2/src' make: *** [Makefile:113: default] Error 2
The last commit that i can build from is 5f13855 IIUC it was merged in mainline in 63dee93 and since then build is broken for some reason
The text was updated successfully, but these errors were encountered:
@0xrz would you please try this branch bug_ppc
bug_ppc
Sorry, something went wrong.
https://github.com/openresty/luajit2/pull/132/files
@zhuizhuhaomeng Yes, it builds on bug_ppc branch successfully
@0xrz merged
No branches or pull requests
I get the following error when trying to build on ppc64le:
The last commit that i can build from is 5f13855 IIUC it was merged in mainline in 63dee93 and since then build is broken for some reason
The text was updated successfully, but these errors were encountered: