Re: Error compiling libbonoboui-2.0.3
- From: Alex Duggan <aldug astrolinux com>
- To: Patrick Topping <ptopping pobox com>
- Cc: gnome-list gnome org
- Subject: Re: Error compiling libbonoboui-2.0.3
- Date: Wed Jan 8 17:55:09 2003
hmm, that's really weird, you might have to set CPPFLAGS
export CPPFLAGS="-I/usr/include/libxml2 $CPPFLAGS"
and then run ./configure and make again.
Alex
On Wed, 2003-01-08 at 17:13, Patrick Topping wrote:
> Alex,
>
> I have reinstalled libxml2 and I am still getting the same error. I
> have the error below and also a listing from
> /usr/include/libxml2/libxml. I am a little stumped here. Any ideas??
>
> In file included from ../bonobo/bonobo-ui-private.h:18,
> from bonobo-dock-item.c:47:
> ../bonobo/bonobo-ui-node-private.h:5:25: libxml/tree.h: No such file or
> directory
> ../bonobo/bonobo-ui-node-private.h:6:27: libxml/parser.h: No such file
> or directory
> ../bonobo/bonobo-ui-node-private.h:7:30: libxml/xmlmemory.h: No such
> file or directory
> make[2]: *** [bonobo-dock-item.lo] Error 1
> make[2]: Leaving directory `/home/ptopping/GNOME/libbonoboui-2.0.3/bonobo'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ptopping/GNOME/libbonoboui-2.0.3'
> make: *** [all-recursive-am] Error 2
>
>
> ptopping tonic
> [/usr/include/libxml2/libxml]$ ls -l
> total 284
> -rw-r--r-- 1 root root 2218 Jan 8 13:45 c14n.h
> -rw-r--r-- 1 root root 3961 Jan 8 13:45 catalog.h
> -rw-r--r-- 1 root root 3909 Jan 8 13:45 debugXML.h
> -rw-r--r-- 1 root root 2777 Jan 8 13:45 DOCBparser.h
> -rw-r--r-- 1 root root 7799 Jan 8 13:45 encoding.h
> -rw-r--r-- 1 root root 3460 Jan 8 13:45 entities.h
> -rw-r--r-- 1 root root 8468 Jan 8 13:45 globals.h
> -rw-r--r-- 1 root root 5028 Jan 8 13:45 hash.h
> -rw-r--r-- 1 root root 3541 Jan 8 13:45 HTMLparser.h
> -rw-r--r-- 1 root root 2825 Jan 8 13:45 HTMLtree.h
> -rw-r--r-- 1 root root 3241 Jan 8 13:45 list.h
> -rw-r--r-- 1 root root 2754 Jan 8 13:45 nanoftp.h
> -rw-r--r-- 1 root root 1352 Jan 8 13:45 nanohttp.h
> -rw-r--r-- 1 root root 27304 Jan 8 13:45 parser.h
> -rw-r--r-- 1 root root 11790 Jan 8 13:45 parserInternals.h
> -rw-r--r-- 1 root root 3488 Jan 8 13:45 SAX.h
> -rw-r--r-- 1 root root 6910 Jan 8 13:45 schemasInternals.h
> -rw-r--r-- 1 root root 1216 Jan 8 13:45 threads.h
> -rw-r--r-- 1 root root 25485 Jan 8 13:45 tree.h
> -rw-r--r-- 1 root root 1746 Jan 8 13:45 uri.h
> -rw-r--r-- 1 root root 9998 Jan 8 13:45 valid.h
> -rw-r--r-- 1 root root 471 Jan 8 13:45 xinclude.h
> -rw-r--r-- 1 root root 4929 Jan 8 13:45 xlink.h
> -rw-r--r-- 1 root root 2513 Jan 8 13:45 xmlautomata.h
> -rw-r--r-- 1 root root 4617 Jan 8 13:45 xmlerror.h
> -rw-r--r-- 1 root root 7993 Jan 8 13:45 xmlIO.h
> -rw-r--r-- 1 root root 4198 Jan 8 13:45 xmlmemory.h
> -rw-r--r-- 1 root root 1764 Jan 8 13:45 xmlregexp.h
> -rw-r--r-- 1 root root 2950 Jan 8 13:45 xmlschemas.h
> -rw-r--r-- 1 root root 994 Jan 8 13:45 xmlschemastypes.h
> -rw-r--r-- 1 root root 5571 Jan 8 13:45 xmlunicode.h
> -rw-r--r-- 1 root root 4840 Jan 8 13:45 xmlversion.h
> -rw-r--r-- 1 root root 4455 Apr 15 2002 xmlwin32version.h
> -rw-r--r-- 1 root root 12369 Jan 8 13:45 xpath.h
> -rw-r--r-- 1 root root 17718 Jan 8 13:45 xpathInternals.h
> -rw-r--r-- 1 root root 2531 Jan 8 13:45 xpointer.h
>
> Alex Duggan wrote:
>
> >Looks like you don't have a complete install of libxml2. If you are
> >using packages make sure the -devel is installed. If you built libxml2
> >from source, run make install again.
> >
> >Alex
> >
> >On Wed, 2003-01-08 at 13:20, Patrick Topping wrote:
> >
> >
> >>I am getting the following error when trying to compile
> >>libbonoboui-2.0.3. Any ideas on what I need to do to get this compiled.
> >> Thanks to all in advance.
> >>
> >>-Patrick
> >>
> >>
> >>../bonobo/bonobo-ui-node-private.h:5:25: libxml/tree.h: No such file or
> >>directory
> >>../bonobo/bonobo-ui-node-private.h:6:27: libxml/parser.h: No such file
> >>or directory
> >>../bonobo/bonobo-ui-node-private.h:7:30: libxml/xmlmemory.h: No such
> >>file or directory
> >>make[2]: *** [bonobo-dock-item.lo] Error 1
> >>make[2]: Leaving directory `/home/ptopping/GNOME/libbonoboui-2.0.3/bonobo'
> >>make[1]: *** [all-recursive] Error 1
> >>make[1]: Leaving directory `/home/ptopping/GNOME/libbonoboui-2.0.3'
> >>make: *** [all-recursive-am] Error 2
> >>
> >>
> >>_______________________________________________
> >>gnome-list mailing list
> >>gnome-list gnome org
> >>http://mail.gnome.org/mailman/listinfo/gnome-list
> >>
> >>
>
>
>
> _______________________________________________
> gnome-list mailing list
> gnome-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-list
--
Alex Duggan <aldug astrolinux com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]