This means it could not find the libxml headers. But if it couldn't find
the libxml-config script, then the configure script should have failed.
Do you have libxml installed on your system? Do the commands:
libxml --cflags
libxml --libs
give the expected results?
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
On Tue, 29 Feb 2000, Ron Harwood wrote:
> After I've done a ./configure (and that all works) I try to run make -
> and get the following (after a bit).
>
> dia_xml.c:23: tree.h: No such file or directory
> make[2]: *** [dia_xml.o] Error 1
> make[2]: Leaving directory `/usr/src/dia-0.84/lib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/dia-0.84'
> make: *** [all-recursive-am] Error 2
>
> Any ideas what I may be doing wrong?
>
>
>