On Fri, 24 Sep 1999, Andy Halper wrote:
> Could anyone tell me what tree.h is? I'm trying to compile Dia on Red Hat
> 6.0:
>
> make[3]: Entering directory `/usr/local/src/dia-0.41/lib'
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include
> -I/usr/lib/glib/include -g -O2 -I/usr/include/gnome-xml -c dia_xml.c
> dia_xml.c:23: tree.h: No such file or directory
> make[3]: *** [dia_xml.o] Error 1
> make[3]: Leaving directory `/usr/local/src/dia-0.41/lib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/dia-0.41/lib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/dia-0.41'
> make: *** [all-recursive-am] Error 2
> [root@localhost dia-0.41]#
> [root@localhost dia-0.41]# ls /usr/include/*tree*
> /usr/include/jstree.h /usr/include/ktreelist.h
> [root@localhost dia-0.41]#
>
> Thanks,
> Andy
>
>
>
Maybe you forgot to install the xmllib include files:
for RedHat 6.0
libxml-devel-1.0.0-2.i386.rpm
Good luck,
Lieven
PS: DIA is a wonderfull great program.