opencv2.4.11をインストールエラーについて
インストール途中に、以下のようなエラーが発生しました。
どなた助けて頂けませんか?
[ 9%] Generating qrc_window_QT.cxx
[ 9%] Generating src/moc_window_QT.cxx
moc: Cannot open options file specified with @
Usage: moc [options] <header-file>
-o<file> write output to file rather than stdout -I<dir> add dir to the include path for header files -E preprocess only; do not generate meta object code -D<macro>[=<def>] define macro, with optional definition -U<macro> undefine macro -i do not generate an #include statement -p<path> path prefix for included file -f[<file>] force #include, optional file name -nn do not display notes -nw do not display warnings @<file> read additional options from file -v display version of moc
make[2]: *** [modules/highgui/src/moc_window_QT.cxx] エラー 1
make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] エラー 2
make: *** [all] エラー 2
以上。
何が原因でしょうか?