Vote count:
0
I've been following this tutorial (http://ift.tt/1x04Mh1) to install OpenCV on my Macbook Pro. I have the up-to-date versions of Xcode (6.1.1) and OSX (Yosemite 10.10.1) and have been following the tutorial exactly. However, when trying to make the static libraries with the terminal (Step 2a in the tutorial) I've been getting the following error after running make in the terminal:
[ 3%] Built target zlib
[ 9%] Built target libtiff
[ 16%] Built target libjpeg
[ 24%] Built target libwebp
[ 30%] Built target libjasper
[ 32%] Built target libpng
[ 43%] Built target IlmImf
[ 50%] Built target opencv_core
[ 58%] Built target opencv_imgproc
[ 60%] Built target opencv_imgcodecs
[ 61%] Built target opencv_videoio
[ 61%] Built target opencv_highgui
[ 62%] Built target opencv_ts
Linking CXX executable ../../bin/opencv_perf_core
ld: library not found for -lgstbase-0.10
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/opencv_perf_core] Error 1
make[1]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/all] Error 2
make: *** [all] Error 2
My educated-(ish) guess is that this is a linker error saying that it can't find a certain library it needs in order to make the files since it is able to build the first few targets, but I don't know what library it is, where to find it, or how to get it to link to it, so any help would be appreciated.
asked 39 secs ago
OpenCV Install on Macintosh
Aucun commentaire:
Enregistrer un commentaire