Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tips for building from source

Christopher Waldon edited this pageOct 10, 2018 ·2 revisions

This is a page with tips for common build problems when trying to build Kakoune from source.

XLST problems

If you getxsltproc errors like:

a2x --no-xmllint -f manpage ../doc/kak.1.asciidoca2x: ERROR: "xsltproc"  --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0  "/usr/local/Cellar/asciidoc/8.6.10_1/etc/asciidoc/docbook-xsl/manpage.xsl" "/Users/waldon/Code/builds/kakoune/doc/kak.1.xml" returned non-zero exit status 5make: *** [../doc/kak.1.gz] Error 1

try running make like this (choose whichever path exists on your system):

# macOS, asciidoc installed with brewexport XML_CATALOG_FILES=/usr/local/etc/xml/catalog# fedora linuxexport XML_CATALOG_FILES=/etc/xml/catalogmake install

Sources:#2210,#954,#939 and others

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp