Jhbuild Issues: gtk-doc
This page is not a bug tracker. If you run into a problem not listed here, please file a bug. |
List of common errors for the module gtk-doc.
Contents
Error - could not find DocBook XSL Stylesheets in XML catalog
Stage: configure
/autogen.sh --prefix /opt/gnome2 . . . checking for xsltproc... /opt/gnome2/bin/xsltproc checking for XML catalog (/etc/xml/catalog)... found checking for xmlcatalog... /opt/gnome2/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... found checking for DocBook XSL Stylesheets in XML catalog... not found configure: error: could not find DocBook XSL Stylesheets in XML catalog Now type 'make install' to install gtk-doc. *** Building gtk-doc *** [1/1] make make: *** No targets specified and no makefile found. Stop. *** error during stage build of gtk-doc: could not build module *** [1/1]
Solution:
Install DocBook XSL Stylesheets package:
Debian / Ubuntu: docbook-xsl
Fedora: docbook-style-xsl
OpenSUSE: docbook-xsl-stylesheets
Arch Linux: docbook-xsl in extra
Error - no jade/openjade
Stage: build
checking for openjade... no checking for jade... no configure: error: openjade/jade not found make: *** [config.status] Erreur 1 *** error during stage build of gtk-doc: could not build module ***
Solution:
Install the openjade package from your distribution.