* [gentoo-dev] libxml/libxml2 problems.
@ 2001-11-10 7:00 Mikael Hallendal
0 siblings, 0 replies; only message in thread
From: Mikael Hallendal @ 2001-11-10 7:00 UTC (permalink / raw
To: gentoo-dev, gentoo-user
[-- Attachment #1: Type: text/plain, Size: 865 bytes --]
Hi!
I've now tracked down the problem (thanks alpha for having the problem
:)
The problem was that libxml2 just recently changed to install in
/usr/include/libxml2/libxml instead of /usr/include/libxml. This
resulted in apps changing there includes from
#include <gnome-xml/libxml.h>
to
#include <libxml/libxml.h>
and controlling which libxml to use from configure by either calling
xml-config --cflags
or
xml2-config --cflags
so if you had an old libxml2 (libxml2 2.4.41 was doing wrong at least)
that resulted in the makefile finding /usr/include/libxml before
/usr/include/gnome-xml/libxml (which it should).
So, the fix, unmerge all old versions of libxml2 and remerge libxml2
>2.4.9
Regards,
Mikael Hallendal
--
Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-11-10 13:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-10 7:00 [gentoo-dev] libxml/libxml2 problems Mikael Hallendal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox