Re: [libxml++] libxml++-2.9.2 build error



Murray Cumming a écrit :
On Mon, 2005-02-14 at 10:51 +0100, Juerg Billeter wrote:

Hi

Trying to build libxml++-2.9.2 fails with the following messages:

Making all in manual
make[2]: Entering directory `/usr/src/libxml++-2.9.2/docs/manual'
make[2]: *** No rule to make target `insert_example_code.pl', needed by
`libxml++.xml'.  Stop.
make[2]: Leaving directory `/usr/src/libxml++-2.9.2/docs/manual'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/libxml++-2.9.2/docs'
make: *** [all-recursive] Error 1
*** Error: make
*** ERROR: libxml++-2.6-x86-glibc-2.3-gcc-3.4-2-2.9.2-1

It looks like insert_example_code.pl is missing in EXTRA_DIST...


I have just added it in cvs. Thanks.


I've added insert_example_code.pl but I can't still build the 2.9.2:
- there is a dependency with libxslt (since xsltproc is required to build the documentation) ; this dependency should be checked by configure ?
- after installation of libxslt, the compilation fails:


Making all in manual
make[2]: Entering directory `/home/free/devel/geneal/libxml++-2.9.2/docs/manual'
rm -rf html
/home/free/devel/geneal/libxml++-2.9.2/install-sh -d html
xsltproc -o html/ --catalogs http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl libxml++.xml
Variable $SGML_CATALOG_FILES not set
error : Operation in progress
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/manifest.xsl"; compilation error: file http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl line 20 element include xsl:include : unable to load http://docbook.sourceforge.net/release/xsl/current/html/manifest.xsl
make[2]: *** [html/index.html] Erreur 5
make[2]: Leaving directory `/home/free/devel/geneal/libxml++-2.9.2/docs/manual'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/free/devel/geneal/libxml++-2.9.2/docs'
make: *** [all-recursive] Erreur 1





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]