-
Notifications
You must be signed in to change notification settings - Fork 232
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
about luaT.h #61
Comments
hello! I meet the same question, have you solved it? |
I also have the same issue.Has anyone solved it? |
I also have the same problem?Did you solve it? |
No,not yet. |
I solved it by trying different version Lua, maybe Lua5.1. |
Thank you very much.Are you Chinese?Maybe we can communicate by wechat. |
fine, 2621872871. |
Hi?Has the problem been solved? There are still errors with using Lua5.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thanks for your sharing.
I met some problems when I try to make your project, the detatil is this:
I git clone your project and try to follow your command :cp Makefile.proto Makefile and make, when I run the "make" the system show me didn't find lua.h, and then I install the lua, and when I run "make" again, the system show:
nvcc -arch sm_35 -O3 -DNDEBUG --compiler-options '-fPIC' -o libadcensus.so --shared adcensus.cu -I/root/torch/install/include/THC -I/root/torch/install/include/TH -I/root/torch/install/include -L/root/torch/install/lib -Xlinker -rpath,/root/torch/install/lib -lluaT -lTHC -lTH -lpng
adcensus.cu:7:18: fatal error: luaT.h: No such file or directory
compilation terminated.
Makefile:9: recipe for target 'libadcensus.so' failed
make: *** [libadcensus.so] Error 1
Thanks for your help!
The text was updated successfully, but these errors were encountered: