Re: Problem compiling gdome2 0.8.0
"Robby Dermody" <[email protected]> Tue, 3 Feb 2004 09:55:08 -0500
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Organization | phase9 industries, inc. |
| Message-ID | <004f01c3ea65$b7e0b7e0$ed01a8c0@jewel> |
It fails because glib.h (and most likely glib itself) is not found. Make sure you have glib installed on your system. If it still fails, see ./configure --help and try some of those glib options. I don't know about using gmake (maybe it is the same as make on GNU systems?)...make sure your ./configure script run was successful, and glib was found. Robby ----- Original Message ----- From: "Pierre" <[email protected]> To: <[email protected]> Sent: Tuesday, February 03, 2004 5:04 AM Subject: [gdome]Problem compiling gdome2 0.8.0 > # gmake > gmake all-recursive > gmake[1]: Entering directory `/tmp/gdome2-0.8.0' > Making all in libgdome > gmake[2]: Entering directory `/tmp/gdome2-0.8.0/libgdome' > Making all in gdomecore > gmake[3]: Entering directory `/tmp/gdome2-0.8.0/libgdome/gdomecore' > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. > -I../../libgdome -I../../libgdome/gdomecore -I../../libgdome/events > -I../../libgdome/xpath -I/usr/local/include/libxml2 -Wall -ansi -s > -O3 -march=i686 -c gdome-xml-xmldtdutil.c > rm -f .libs/gdome-xml-xmldtdutil.lo > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libgdome > -I../../libgdome/gdomecore -I../../libgdome/events > -I../../libgdome/xpath -I/usr/local/include/libxml2 -Wall -ansi -s -O3 > -march=i686 -c gdome-xml-xmldtdutil.c -fPIC -DPIC -o > .libs/gdome-xml-xmldtdutil.lo > In file included from gdome-xml-xmldtdutil.c:34: > ../../libgdome/gdome.h:27:18: glib.h: No such file or directory > In file included from gdome-xml-xmldtdutil.c:34: > ../../libgdome/gdome.h:90: error: parse error before "GdomeException" > ../../libgdome/gdome.h:90: warning: type defaults to `int' in > declaration of `GdomeException' > ../../libgdome/gdome.h:90: warning: data definition has no type or > storage class > ../../libgdome/gdome.h:94: error: parse error before "gchar" > ../../libgdome/gdome.h:94: warning: no semicolon at end of struct or union > ../../libgdome/gdome.h:95: warning: type defaults to `int' in > declaration of `refcnt' > ../../libgdome/gdome.h:95: warning: data definition has no type or > storage class > ../../libgdome/gdome.h:97: error: parse error before '}' token > [...] > _______________________________________________ > gdome mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gdome > > >