Ask Your Question

sahiji's profile - activity

2018-04-06 08:44:21 -0600 received badge  Student (source)
2016-02-08 23:19:09 -0600 commented answer Ubuntu eclipse error opencv while build(c++)?

as in the g++ line while building the project

2016-02-04 05:41:29 -0600 commented question Ubuntu eclipse error opencv while build(c++)?

help please

2016-02-04 05:41:29 -0600 asked a question Ubuntu eclipse error opencv while build(c++)?

Cannot build the project there is no BINARY file in the project(that is created in with INCLUDE and main.cpp)

It is showing this error

make all 
Building target: xs
Invoking: GCC C++ Linker
g++ -L/usr/local/lib -o"xs"  ./nim.o   -lopencv_video -lopencv_highhui -lopencv_core -lopencv_videostab -lopencv_claib3d -lopencv_flann -lopencv_imgproc -lopencv_stitching -lopencv_imgcodecs -lopencv_videoio -lopencv_ml -lopencv_objdetect -lopencv_features2d -lopencv_shape -lopencv__photo

/usr/bin/ld: cannot find -lopencv_highhui
/usr/bin/ld: cannot find -lopencv_claib3d
/usr/bin/ld: cannot find -lopencv__photo
collect2: error: ld returned 1 exit status
make: *** [xs] Error 1