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
Basically to run the test/linux-structures correctly you have to be on same 32/64 bit ie run
luajit32 test/linux-structures.lua x86 > ./obj/c.c && cc -m32 -D__i386__ -I./include/linux-kernel-headers/i386/include -o ./obj/c ./obj/c.c && ./obj/c
else the padding is all wrong
So need a 32 bit build to run tests, or run on native.
The text was updated successfully, but these errors were encountered:
remove non working stuff from .travis see #156
5ed36c1
x86, amd64, arm are ok. ppc has issues in kernel headers. Fix these and add to ctest on buildbot
Sorry, something went wrong.
No branches or pull requests
Basically to run the test/linux-structures correctly you have to be on same 32/64 bit ie run
else the padding is all wrong
So need a 32 bit build to run tests, or run on native.
The text was updated successfully, but these errors were encountered: