Hmmmm. . . . .  Looking at your output, I wonder if your program is
finding the glib stuff?  I modified libgeda/include/libgeda.h to read:

#ifndef LIBGEDA_H
#define LIBGEDA_H
 
#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <glib.h>
 
(That is, I added "#include <glib.h>".)  Although I never experienced
your bug, when I recompiled, everything worked fine, so adding this
doesn't hurt anything.  Why don't you try it out and see if it solves
your problem?

Patrick has modified a lot of stuff to use the standard glib functions
instead of the old, non-standard gEDA functions.  However, I didn't
find any #include <glib.h> anywhere.  Perhaps it needs to be in there
for some systems but not others for configuration difference reasons?

Stuart


> 
> On Sunday 13 February 2005 18:40, Stuart Brorson wrote:
> > Did you rebuild libgeda first?  There's lots of new stuff in libgeda,
> > and you need to rebuild & reinstall it before compiling & linking any
> > other gEDA/gaf program.
> 
> Yes,
> 
> Werner
> 

Reply via email to