soumith / torch-android

Torch-7 for Android
BSD 3-Clause "New" or "Revised" License
275 stars 83 forks source link

Build error while 'Scanning dependencies of target torchandroid' #86

Open siddharth7 opened 7 years ago

siddharth7 commented 7 years ago

`Scanning dependencies of target torchandroid [ 97%] Building C object src/CMakeFiles/torchandroid.dir/init.c.o In file included from /home/siddharth/Desktop/torch-android/src/init.c:3:0: /home/siddharth/Desktop/torch-android/distro/pkg/torch/lib/luaT/luaT.h:7:17: fatal error: lua.h: No such file or directory

include

             ^

compilation terminated. src/CMakeFiles/torchandroid.dir/build.make:62: recipe for target 'src/CMakeFiles/torchandroid.dir/init.c.o' failed make[2]: [src/CMakeFiles/torchandroid.dir/init.c.o] Error 1 CMakeFiles/Makefile2:1173: recipe for target 'src/CMakeFiles/torchandroid.dir/all' failed make[1]: [src/CMakeFiles/torchandroid.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 done `

borisfom commented 7 years ago

Please pull and try again.