Hi,
configure complained that I have libxml and libxml2 installed and that I have
to choose one of them. Do I actually have to uninstall one of them?
As I didn't find a configure switch for this, I tried to add
XML2_CONFIG=""
just before the test line in configure. This did it for configure, but on
running make, I get:
../lib/libdia.a(dia_xml.o): In function `xmlDoParseFile':
/home/sdteffen/src/dia-0.89/lib/dia_xml.c:193: undefined reference to
`xmlUseNewParser'
Steffen