clementfarabet / lua---camera

A very simple camera interface (frame grabber) for Torch7.
34 stars 18 forks source link

Failed building #30

Open traderpete opened 7 years ago

traderpete commented 7 years ago

I try to do luarocks install camera in mac os, I get this error in 75%:

Scanning dependencies of target camopencv [ 25%] Building C object opencv/CMakeFiles/camopencv.dir/opencv.c.o [ 50%] Linking CXX shared module libcamopencv.so [ 50%] Built target camopencv Scanning dependencies of target cammacos [ 75%] Building C object macos/CMakeFiles/cammacos.dir/camera.m.o In file included from /tmp/luarocks_camera-1.1-0-3034/lua---camera/macos/camera.m:25: /tmp/luarocks_camera-1.1-0-3034/lua---camera/macos/camera.h:6:9: fatal error: 'QTKit/QTKit.h' file not found

import <QTKit/QTKit.h>

    ^

1 error generated. make[2]: [macos/CMakeFiles/cammacos.dir/camera.m.o] Error 1 make[1]: [macos/CMakeFiles/cammacos.dir/all] Error 2 make: *** [all] Error 2

Error: Build error: Failed building.]

I have opencv 2.4.13.1 installed. Do someone know how to solve this problem? Thank you. Pierre

culurciello commented 7 years ago

same here...

mikelrodriguez commented 7 years ago

Same here

haikuoyao commented 7 years ago

I'm in the same boat with you guys. I haven't found any solution for this. Did anyone solve this issue ?

abhijeet-wadkar commented 7 years ago

I'm also getting the same problem. Has anybody found the solution yet?

haikuoyao commented 7 years ago

@abhijeet-wadkar No clue atm. Think it's OS issue.

jdonald commented 7 years ago

This is issue #27. In the absence of a proper fix, you could try running on OS X 10.11 Yosemite or older.