Re: Compilation error with xml

2006-06-04 Thread Yeti
On Sun, Jun 04, 2006 at 01:30:22PM +0200, Guillaume Ruch wrote: > > Thanks for your answer but I think the problem is somewhere else... When I > try to compile a very > minimal program like : > > #include > #include > #include These are very strange include paths and I am surprised they work

Re: Compilation error with xml

2006-06-04 Thread Eduardo M KALINOWSKI
Guillaume Ruch wrote: > Perhaps my compiling command is not good ? : gcc -o prog1 prog1.c `pkg-config > --cflags --libs > gtk+-2.0` `libglade-config --libs gnome` -lxml -export-dynamic > I have no idea if that's the problem, but shouldn't you be using libglade-2.0 together with gtk+-2.0? Which

Re: Compilation error with xml

2006-06-04 Thread Guillaume Ruch
> On Sun, Jun 04, 2006 at 01:46:25AM +0200, Guillaume Ruch wrote: >> When I try to compile my libglade2 program with : >> ... >> I get the following errors : >> >> (prog1:27396): GLib-GObject-WARNING **: specified class size for type >> `GtkData' is smaller than >> the parent type's `GtkObject' cl

Re: Compilation error with xml

2006-06-04 Thread Yeti
On Sun, Jun 04, 2006 at 01:46:25AM +0200, Guillaume Ruch wrote: > When I try to compile my libglade2 program with : > ... > I get the following errors : > > (prog1:27396): GLib-GObject-WARNING **: specified class size for type > `GtkData' is smaller than > the parent type's `GtkObject' class siz