【问题标题】:Error on building Boost of Point cloud library from source on Windows在 Windows 上从源代码构建点云库 Boost 时出错
【发布时间】: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


    【解决方案1】:

    尝试将目录(可能是安装目录)更改为不同于 C:/Program Files (x86) 的目录,确保使用无需管理员身份即可编写的目录

    【讨论】:

      猜你喜欢
      • 2021-01-01
      • 2019-11-10
      • 2011-06-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多