在 Windows 上从源代码构建点云库 Boost 时出错

Posted

技术标签:

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

【问题讨论】:

【参考方案1】:

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

【讨论】:

以上是关于在 Windows 上从源代码构建点云库 Boost 时出错的主要内容,如果未能解决你的问题,请参考以下文章

qt+pcl点云库

如何使用点云库查找点云的主成分和方向

PCL(点云库)中实时 kinect 数据的范围图像生成

使用点云库将点云转换为世界坐标

如何将点云库与 Unity Google tango 项目集成?

使用 Makefile 将 PCL(点云库)添加到现有项目