You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make mnisten using the makefile 👎
g++ -Wall -O2 -L/home/dell/boost_1_55_0/stage/lib -lboost_filesystem -std=c++0x -o mnisten src/main.cpp
The detailed error is given in the file log.txt log.txt
The text was updated successfully, but these errors were encountered:
By adding the pkg-config ,I am getting the following
g++ -Wall -O2 -std=c++0x -o mnisten src/main.cpp \
-I/usr/local/include/boost /usr/lib/x86_64-linux-gnu/libboost_system.a \
/usr/lib/x86_64-linux-gnu/libboost_filesystem.a \
-I/usr/local/include/opencv -I/usr/local/include \
pkg-config --libs opencv
g++: error: pkg-config: No such file or directory
g++: error: opencv: No such file or directory
g++: error: unrecognized command line option ‘--libs’
makefile:2: recipe for target 'mnisten' failed
make: *** [mnisten] Error 1
I was trying to make mnisten using the makefile 👎
g++ -Wall -O2 -L/home/dell/boost_1_55_0/stage/lib -lboost_filesystem -std=c++0x -o mnisten src/main.cpp
The detailed error is given in the file log.txt
log.txt
The text was updated successfully, but these errors were encountered: