level 1
83739444啊
楼主
Ld build/Debug/opencv normal x86_64
cd /Users/mac/Desktop/opencv
export MACOSX_DEPLOYMENT_TARGET=10.10
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -L/Users/mac/Desktop/opencv/build/Debug -F/Users/mac/Desktop/opencv/build/Debug -F/usr/local/include -filelist /Users/mac/Desktop/opencv/build/opencv.build/Debug/opencv.build/Objects-normal/x86_64/opencv.LinkFileList -mmacosx-version-min=10.10 -stdlib=libc++ -lopencv_highgui.3.0.0 -lopencv_core.3.0.0 -Xlinker -dependency_info -Xlinker /Users/mac/Desktop/opencv/build/opencv.build/Debug/opencv.build/Objects-normal/x86_64/opencv_dependency_info.dat -o /Users/mac/Desktop/opencv/build/Debug/opencv
ld: library not found for -lopencv_highgui.3.0.0
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我按照教程一步一步走 但是就是无法加载成功
教程链接 http://qt-project.org/downloads .
2015年03月10日 14点03分
1
cd /Users/mac/Desktop/opencv
export MACOSX_DEPLOYMENT_TARGET=10.10
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -L/Users/mac/Desktop/opencv/build/Debug -F/Users/mac/Desktop/opencv/build/Debug -F/usr/local/include -filelist /Users/mac/Desktop/opencv/build/opencv.build/Debug/opencv.build/Objects-normal/x86_64/opencv.LinkFileList -mmacosx-version-min=10.10 -stdlib=libc++ -lopencv_highgui.3.0.0 -lopencv_core.3.0.0 -Xlinker -dependency_info -Xlinker /Users/mac/Desktop/opencv/build/opencv.build/Debug/opencv.build/Objects-normal/x86_64/opencv_dependency_info.dat -o /Users/mac/Desktop/opencv/build/Debug/opencv
ld: library not found for -lopencv_highgui.3.0.0
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我按照教程一步一步走 但是就是无法加载成功
教程链接 http://qt-project.org/downloads .