jzbontar / mc-cnn

Stereo Matching by Training a Convolutional Neural Network to Compare Image Patches
BSD 2-Clause "Simplified" License
707 stars 232 forks source link

about luaT.h #61

Open haixiongli opened 5 years ago

haixiongli commented 5 years ago

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!

ten1er commented 5 years ago

hello! I meet the same question, have you solved it?

poornimajd commented 4 years ago

I also have the same issue.Has anyone solved it?

zhanghang1996 commented 4 years ago

I also have the same problem?Did you solve it?

poornimajd commented 4 years ago

No,not yet.

ten1er commented 4 years ago

I solved it by trying different version Lua, maybe Lua5.1.

zhanghang1996 commented 4 years ago

Thank you very much.Are you Chinese?Maybe we can communicate by wechat.

ten1er commented 4 years ago

fine, 2621872871.

Richerhooders commented 2 years ago

Hi?Has the problem been solved? There are still errors with using Lua5.1