OSX を 10.9 (Maverick) に更新した後、CUDA サポートを使用して OpenCV をコンパイルできません。CUDA SDK をインストールし、すべてのサンプルをコンパイルして実行できたので、CUDA の問題ではありません。
次のエラーが表示されます。
[ 22%] Built target IlmImf
[ 22%] Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/./cuda_compile_generated_matrix_operations.cu.o
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
CMake Error at cuda_compile_generated_matrix_operations.cu.o.cmake:206 (message):
Error generating
/Users/josericardo/Downloads/opencv-2.4.6.1/build/modules/core/CMakeFiles/cuda_compile.dir/src/cuda/./cuda_compile_generated_matrix_operations.cu.o
誰もこの問題を抱えていますか?この特定のエラーについてネットで検索しました (このような以前のエラーに対するいくつかの提案は存在しますが、これにはありません) が、成功しませんでした。
本当にありがとう!