doxygen安装无法将文件“ ... / doxygen / build / bin / doxygen”复制到“ / usr / local / bin / doxygen”

时间:2018-06-22 10:58:10

标签: cmake ubuntu-14.04 doxygen

在尝试使{d3}起作用时解决了initial problems之后,我在遵循doxygen install tutorial时偶然发现了下一个错误。
到目前为止有效:
git clone https://github.com/doxygen/doxygen.git
cd doxygen
mkdir build
cd build
sudo apt-get install flex(丢失了,因此我不得不在cmake之前安装它)
sudo apt-get install bison(它丢失了,所以我不得不在cmake之前安装它)
cmake -G "Unix Makefiles" ..
make

但是随后在make install上出现以下错误:

test@test-VirtualBox:~/doxygen/build$ make install
[  1%] Built target md5
[ 19%] Built target qtools
[ 24%] Built target vhdlparser
[ 92%] Built target _doxygen
[ 98%] Built target doxycfg
[100%] Built target doxygen
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/bin/doxygen
CMake Error at src/cmake_install.cmake:42 (file):
  file INSTALL cannot copy file "/home/test/doxygen/build/bin/doxygen" to
  "/usr/local/bin/doxygen".
Call Stack (most recent call first):
  cmake_install.cmake:40 (include)



Makefile:148: recipe for target 'install' failed
make: *** [install] Error 1

要摆脱该错误,我可能需要采取什么步骤?

  

编辑   我检查了两个路径,第一个存在,另一个具有以下权限:

test@test-VirtualBox:/usr/local$ ls -la
total 44
drwxr-xr-x 11 root root 4096 Apr  2 00:03 .
drwxr-xr-x 11 root root 4096 Feb 28 19:35 ..
drwxr-xr-x  2 root root 4096 Feb 28 19:25 bin

1 个答案:

答案 0 :(得分:2)

关于安装,如果没有使用正确的权限,还请检查目标目录的权限(默认为/ usr / local / bin): sudo make install