0

我是 Linux 的新手。我正在做一个需要我切换到 Linux 的项目。我正在尝试构建一个用 C++ 编码的库。当我传入“cmake”时。命令,我收到以下错误。

CMake 错误:文件 /home/robotEr/Desktop/projects/Robotics/Krang/Path Planning/dart/thirdparty/fcl/include/fcl/config.h.in 不存在。

但是该文件确实存在于上述指定位置。尽管文件在那里,但我不明白为什么会遇到此错误。这是我“ls”时该文件夹中的文件和子文件夹的列表。

$ ls
CMakeCache.txt
profile.h
octree.h
distance_func_matrix.h
intersect.h
data_types.h
distance.h
collision_node.h
collision_object.h
config.h.in --------> HERE IT IS!
collision_func_matrix.h
collision_data.h
collision.h
CMakeFiles/
CMakeLists.txt
articulated_model/
broadphase/
BV/
BVH/
ccd/
math/
narrowphase/
shape/
simd/
traversal/
4

0 回答 0