安装git的问题时,

问题描述 投票:2回答:1

我克隆当前source tree,并试图构建它,我得到以下错误。有人能告诉我为什么,如果有一个简单的方法来解决这个问题?我是一个Ubuntu系统上运行。

    Build steps:
     $ make configure ;# as yourself
     $ ./configure --prefix=/usr ;# as yourself
     $ make all doc ;# as yourself
(errors occur)
    .
    .
    .
    ASCIIDOC technical/shallow.html
    ASCIIDOC technical/trivial-merge.html
    GEN technical/api-index.txt    
    ASCIIDOC technical/api-index.html
    sed "s|@@MAN_BASE_URL@@|file:///usr/local/share/doc/git/|" manpage-base-url.xsl.in > manpage-base-url.xsl
    ASCIIDOC git-add.xml
    XMLTO git-add.1
    compilation error: file /tmp/xmlto-xsl.ORAr7p line 6 element include
    xsl:include : invalid URI reference /home/gary/下载/git/Documentation/manpage-normal.xsl
    compilation error: file /tmp/xmlto-xsl.ORAr7p line 7 element include
    xsl:include : invalid URI reference /home/gary/下载/git/Documentation/manpage-base-url.xsl
    make[1]: *** [git-add.1] 错误 1
    make[1]:正在离开目录 `/home/gary/下载/git/Documentation'
    make: *** [doc] 错误 2
git makefile install doc
1个回答
1
投票

Zloj已经回答了我的问题comments

你试图把一切都在不包含像下载字符的目录?

© www.soinside.com 2019 - 2024. All rights reserved.