This raises a nasty issue:  We are dropping support for gtk-1.X and
transitioning  to gtk-2.X.  However, I think that we should maintain
compatability all the way back to gtk-2.0.  

I appreciate Patrick's code cleanup & rationalization.  In
particular, his porting our gEDA-specific funcitons to generic
gtk/glib ones is good.  However, what is the minimum level of gtk/glib
required to successfully compile these chages?  Should we do some kind
of audit to see if there are any function calls which rely upon a
version of gtk/glib whcih is too new?  What is the minimum gtk
required to build gEDA?

Stuart


> 
> On Sun, 13 Feb 2005 18:29:21 +0100
> Werner Hoch <[EMAIL PROTECTED]> wrote:
> 
> > -ldl -lglib-2.0     -L/usr/X11R6/lib   -lSM -lICE -lX11 -lm   
> > /home/werner/geda/lib/libgeda.so: undefined reference to `g_setenv'
> > collect2: ld returned 1 exit status
> 
> g_setenv is new since glib 2.4, so you could get this if your setup is finding
> a 2.2 glib instead of 2.4.
> 
> Bill
> 

Reply via email to