[xml] Problems while building latest version



Hi,

I've encountered two problems while building the version 2.4.13 of libxml.

i) I'm always building components in seperate directories, because I've to work on several platforms simultanously. This doesn't work with the current version and threads enabled, because the build-directory hasn't a precedence over the source-directory. The dynamically build xmlversion.h won't be found that way.

A quick solution ist to change line 6 in Makefile.am to:

INCLUDES = -I$(top_builddir)/include -I srcdir@/include  @THREAD_CFLAGS@
@Z_CFLAGS@

ii) I'm not able to disable ( ;-) ) html anymore. If I'm building libxml with "--with-html=no" I get a compiler-error because xmlEntityRefFunc is missing (include/libxml/parserInternals.h). Perhaps also a problem with my build-directory?

Ciao,
....................................................................
Marc Ewert                Infonie GmbH         Tel: +49.30.24627-241
Projektleitung            Robert-Koch-Platz 4  FAX: +49.30.24627-120
ewert infonie de          D-10115 Berlin       Web: www.infonie.de




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