【发布时间】:2015-11-12 01:11:03
【问题描述】:
当我在 windows 32 位 MSVC 2010 上从源代码构建 Boost for Point Cloud Library 时 - 从 (http://sourceforge.net/projects/boost/files/boost-binaries/) 下载 boost 1.55.0。使用 CMAke 3.4.0 构建时出现错误:
CMake Error: Cannot open file for write: C:/Program Files (x86)/PCL/PCL_dependencies/boost_1_55_0/build/CMakeCache.txt.tmp
CMake Error: The source directory "C:/Program Files (x86)/PCL/PCL_dependencies/boost_1_55_0" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
CMake Error: : System Error: No such file or directory
CMake Error: Unable to open cache file for save. C:/Program Files (x86)/PCL/PCL_dependencies/boost_1_55_0/build/CMakeCache.txt
CMake Error: : System Error: No such file or directory
【问题讨论】:
标签: c++ boost point-cloud-library