CMake错误:删除文件失败系统错误:设备或资源繁忙

时间:2019-03-01 20:02:53

标签: cmake cgal msys2

尝试del一个CGAL示例时,我得到了

cmake

在Win10 + Msys2下工作。

CGAL是通过CMake Error: Remove failed on file: /cgal/example/CMakeFiles/CMakeTmp/cmTC_9e180.exe: System Error: Device or resource busy pacman)获得的。

由于我没有在任何Msys2软件包中找到CGAL示例, 它是从文件local/mingw-w64-x86_64-cgal 4.13-1复制而来的,文件/usr/share/doc/libcgal13/examples.tar.gz是在Ubuntu系统中通过

获得的
$ sudo apt-get install libcgal-demo

示例是examples/Advancing_front_surface_reconstruction中的reconstruction_surface_mesh.cpp

我不知道错误的起源是否是我的CMakeLists.txt所独有的。

相关,但AFAICT未提供答案

https://cmake.org/pipermail/cmake-developers/2010-November/012619.html

https://gitlab.kitware.com/cmake/cmake/issues/17566

https://github.com/TadasBaltrusaitis/OpenFace/issues/634

CMake: how to use INTERFACE_INCLUDE_DIRECTORIES with ExternalProject?

https://www.google.com/search?safe=off&q=CMake+Error+in+CMakeLists.txt%3A+++Imported+target+includes+non-existent+path+in+its+INTERFACE_INCLUDE_DIRECTORIES.++Possible+reasons+include

0 个答案:

没有答案