小编bol*_*ano的帖子

OpenCV 构建错误:“无法打开用@ 指定的选项文件”

我在我的机器上安装 OpenCV 时遇到问题。我运行 Ubuntu 12.04。

我遵循了本指南:http : //www.raben.com/book/export/html/3,以便在我的 linux 机器上安装 OpenCV 2.4.3。但是,当我执行

make
Run Code Online (Sandbox Code Playgroud)

命令,“制作”在14%处停止,返回以下错误

13%] Built target opencv_imgproc
[ 13%] Generating qrc_window_QT.cxx
[ 14%] 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 …
Run Code Online (Sandbox Code Playgroud)

opencv 12.04 make cmake

2
推荐指数
1
解决办法
2858
查看次数

标签 统计

12.04 ×1

cmake ×1

make ×1

opencv ×1