libpabod icon indicating copy to clipboard operation
libpabod copied to clipboard

Compile error ubuntu 14.04 on virtualbox

Open AlterX76 opened this issue 9 years ago • 1 comments

make all Building obj/makeDetection.o... src/makeDetection.cpp: In function ‘float makeDetection(LDetections&, IplImage_, Model_, float, double)’: src/makeDetection.cpp:16:7: warning: variable ‘detected’ set but not used [-Wunused-but-set-variable] int detected = 0; ^ src/makeDetection.cpp: In function ‘float makeDetection(CvMat*, IplImage, Model_, float, double)’: src/makeDetection.cpp:86:7: warning: variable ‘detected’ set but not used [-Wunused-but-set-variable] int detected = 0; ^ Assembler messages: Fatal error: can't create obj/makeDetection.o: No such file or directory make: *_* [obj/makeDetection.o] Error 1

AlterX76 avatar Feb 21 '16 15:02 AlterX76

Hi, are you using the CMake-based compilation method? If not, please, try it instead of using the deprecated 'makefile'. Cheers.

mjmarin avatar Feb 23 '16 09:02 mjmarin