Open haixiongli opened 5 years ago
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
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!