2011-06-26 8 views
0

以下は、OpenCVプロジェクトのコンパイル時に表示されるエラーメッセージです。私を助けてください。どうもありがとう!Apple Mach-Oリンカ(ld)エラー(OpenCV)

Undefined symbols for architecture x86_64: 
    "_cvFindFundamentalMat", referenced from: 
     testRigidRegistrationCode() in AugmentedReality.o 
     CamEgoMotion::step6_computeEssentialMatrix(CvMat*, CvMat*, bool*) in CameraEgomotion.o 
    "_cvComputeCorrespondEpilines", referenced from: 
     CamEgoMotion::step6_computeEssentialMatrix(CvMat*, CvMat*, bool*) in CameraEgomotion.o 
ld: symbol(s) not found for architecture x86_64 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

答えて

0

「アーキテクチャx86_64では、ld:シンボルが見つかりません」というキーがあります。あなたはどこかの32ビットライブラリにリンクしています。あなたが十分な情報を含んでいないので、どのライブラリ、私たちは分かりません。

関連する問題