barinova_pedestrians_detection icon indicating copy to clipboard operation
barinova_pedestrians_detection copied to clipboard

Missing boost dependencies

Open erogol opened this issue 9 years ago • 1 comments

Even tough I installed all the boost libraries by calling apt-get install libboost-all-dev Still I get following error at compilation

/usr/bin/ld: cannot find -lboost_filesystem-mt /usr/bin/ld: cannot find -lboost_system-mt collect2: error: ld returned 1 exit status make[2]: *** [object_detection] Error 1 make[1]: *** [CMakeFiles/object_detection.dir/all] Error 2 make: *** [all] Error 2

erogol avatar Jun 06 '15 22:06 erogol

You need to make changes to CMakeLists.txt file in folder"barinova_pedestrians_detection-master/ObjectDetection/ObjectDetection"

At the end of the file, remove -mt wherever possible (At 3 places). It will solve your issue!!

rajattrt avatar Sep 12 '15 05:09 rajattrt