Openbr - 系统运行时库文件不存在:msvcp120.dll

时间:2016-07-02 14:41:12

标签: c++ qt opencv biometrics openbr

我刚刚发现了Openbr并开始安装OpenCV和QT等必需的库。我按照windows的这些说明(win10 64bit): http://openbiometrics.org/docs/install/#windows 但是在执行以下命令时不幸地被卡住了:

cmake -G "NMake Makefiles" -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_FFMPEG=OFF -DCMAKE_BUILD_TYPE=Debug ..

使用此输出:

CMake Error at C:/opencv-2.4.11/build-msvc2013/win-install/OpenCVConfig.cmake:71 (include):
include could not find load file:

C:/opencv-2.4.11/build-msvc2013/win-install/OpenCVModules.cmake
Call Stack (most recent call first):
CMakeLists.txt:87 (find_package)


-- adding C:/openbr/openbr/plugins/classification
-- adding C:/openbr/openbr/plugins/cluster
-- adding C:/openbr/openbr/plugins/cmake
-- adding C:/openbr/openbr/plugins/core
-- importing C:/openbr/openbr/plugins/cuda/module.cmake
-- adding C:/openbr/openbr/plugins/distance
-- adding C:/openbr/openbr/plugins/format
-- adding C:/openbr/openbr/plugins/gallery
-- adding C:/openbr/openbr/plugins/gui
-- adding C:/openbr/openbr/plugins/imgproc
-- adding C:/openbr/openbr/plugins/io
-- adding C:/openbr/openbr/plugins/metadata
-- adding C:/openbr/openbr/plugins/output
-- adding C:/openbr/openbr/plugins/representation
-- adding C:/openbr/openbr/plugins/video
CMake Error at openbr/CMakeLists.txt:52 (add_subdirectory):
  The source directory

    C:/openbr/openbr/janus

  does not contain a CMakeLists.txt file.


CMake Warning at C:/Program Files/CMake/share/cmake-3.6/Modules    /InstallRequiredSystemLibraries.cmake:463 (message):
  system runtime library file does not exist:
  'MSVC12_REDIST_DIR-NOTFOUND/x64/Microsoft.VC120.CRT/msvcp120.dll'
Call Stack (most recent call first):
  share/openbr/cmake/InstallDependencies.cmake:135 (include)
  openbr/CMakeLists.txt:67 (install_compiler_libraries)


CMake Warning at C:/Program Files/CMake/share/cmake-3.6/Modules/InstallRequiredSystemLibraries.cmake:463 (message):
  system runtime library file does not exist:
  'MSVC12_REDIST_DIR-NOTFOUND/x64/Microsoft.VC120.CRT/msvcr120.dll'
Call Stack (most recent call first):
  share/openbr/cmake/InstallDependencies.cmake:135 (include)
  openbr/CMakeLists.txt:67 (install_compiler_libraries)


-- Configuring incomplete, errors occurred!
See also "C:/openbr/build-msvc2013/CMakeFiles/CMakeOutput.log".

0 个答案:

没有答案