无法使用CMake创建lib文件

时间:2017-11-27 16:30:50

标签: c++ opencv

我想在eclipse中使用OpenCV,所以我按照以下步骤操作: 我下载了:

  1. OpenCV 3.2.0
  2. 的mingw-W64-安装
  3. Cmake 3.1.1
  4. eclipse版本:Mars.2发布(4.5.2) 然后我应用了本教程中的每一步 http://jeanvitor.com/installing-cpp-opencv-3-2/ 当我尝试构建Mingw_build文件时出现问题,我收到此错误:enter image description here
  5.   

    描述资源路径位置类型make: * [Makefile:160:all]错误2
          make 1:*
    [CMakeFiles \ Makefile2:583:3rdparty / openexr / CMakeFiles / IlmImf.dir / all]错误2
          make [2]:*** [3rdparty \ openexr \ CMakeFiles \ IlmImf.dir \ build.make:363:3rdparty / openexr / CMakeFiles / IlmImf.dir / Imath / ImathMatrixAlgo.cpp.obj]错误1
          没有匹配函数来调用'max(double&,int)'       没有匹配函数来调用'max(double&,int)'       没有匹配函数来调用'max(double&,int)'       没有匹配函数来调用'max(double&,int)'       没有匹配函数来调用'max(double&,int)'       没有匹配函数来调用'max(double&,int)'       没有匹配函数来调用'max(double&,int)'       调用'max(float&,int)'没有匹配函数       调用'max(float&,int)'没有匹配函数       调用'max(float&,int)'没有匹配函数       调用'max(float&,int)'没有匹配函数       调用'max(float&,int)'没有匹配函数       调用'max(float&,int)'没有匹配函数       调用'max(float&,int)'没有匹配函数       没有匹配函数调用'max(T&,int)'ImathMatrixAlgo.cpp / OpenCV-Release @ mybuild / [源目录] / 3rdparty / openexr / Imath行1095 C / C ++问题

0 个答案:

没有答案