introjucer と Xcode4 を使用して Juce Audio-Plugin プロジェクトを作成しました。コードに追加#include <cv.h>
するまで、すべて正常に動作します。
OpenCV ファイルで 317 の問題が発生しました: core.hpp、operations.hpp、mat.hpp、imgproc.hpp、features2d.hpp、objdetect.hpp、'juce::Point' is not a type
その他の名前空間エラー...
上記の他のすべてのインクルードと以下を設定しようとしました#include <cv.h>
...
誰にもアイデアがありますか?