hi all I've got a severe problem with the compilation of xmlto. configure runs fine. make does not. even reinstalled all docbook thingies .. Sys is an T2000.
it makes an xmlto executable, copied it to /bin, but system-config-printer 1.1.8 will not compile with the second error below. Any suggestions? ---------- root at cupssrv:/export/home/jack/xmlto-0.0.22# make make all-am make[1]: Entering directory `/export/home/jack/xmlto-0.0.22' for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format \ /bin/bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; exit $RC ) xmlto: /export/home/jack/xmlto-0.0.22/./doc/xmlif.xml does not validate (status 3) xmlto: Fix document syntax or use --skip-validation option I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd /export/home/jack/xmlto-0.0.22/./doc/xmlif.xml:4: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ------------ root at cupssrv:/export/home/jack/system-config-printer-1.1.8# make Making all in po make[1]: Entering directory `/export/home/jack/system-config-printer-1.1.8/po' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/export/home/jack/system-config-printer-1.1.8/po' make[1]: Entering directory `/export/home/jack/system-config-printer-1.1.8' xmlto man -o man man/system-config-printer.xml I don't know how to convert docbook into man. make[1]: *** [man/system-config-printer.1] Error 1 make[1]: Leaving directory `/export/home/jack/system-config-printer-1.1.8' make: *** [all-recursive] Error 1 Any help woul be greatly appreciated.. Thanks in advance -- This message posted from opensolaris.org