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!
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!