tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

Weird make behavior for ocvext #4

Closed valera-rozuvan closed 8 years ago

valera-rozuvan commented 8 years ago

@juliena82 @shervinemami So, I managed to build the project under Debian GNU/Linux 8 (jessie). I can run the executable just fine, the program functions OK. The only hiccup was when running make command in the ocvext folder. The first time I ran it, it complained that it couldn't find a build folder. Exact error was:

$ cd ocvext/
$ make
Construction build/gl.o...
Assembler messages:
Fatal error: can't create build/gl.o: No such file or directory
Makefile:24: recipe for target 'build/gl.o' failed
make: *** [build/gl.o] Error 1

After I manually created the build directory with the mkdir command, it compiled OK. Something is missing in the Makefile I guess... Can't find what though = ) Please help!

juliena82 commented 8 years ago

Fixed in commit e158085.