No problem! Thanks for doing all the great work to incorporate the autosave functions!
FWIW, I was able to compile (at least this part) happily by replacing g_unlink -> unlink and removing the #include <glib/gstdio.h>. Thank you Dan for commiting this fix! Stuart > > Hi, > I apologize: I didn't realize that function was only in GTK >=3D 2.6 . > Thanks for reporting and comitting the changes into CVS. > > Carlos > > El mi=C3=A9, 04-01-2006 a las 22:20 -0500, Dan McMahill escribi=C3=B3: > > Stuart Brorson wrote: > > > Hi -- > > >=20 > > > I am trying to build gEDA/gaf on my old, creaky FC1 box. I downloade= > d > > > the latest from CVS. I have found that libgeda/s_page.nw includes > > > this preprocessor directive: > > >=20 > > > #include <glib.h> > > > #include <glib/gstdio.h> > > >=20 > > > However, gstdio doesn't exist on my machine. I believe it is > > > from glib-2.6.X. IIRC, Ales says that gEDA/gaf requires only > > > glib-2.2. Therefore, this #include shouldn't be there. > > >=20 > > > FWIW, when I remove it on my machine I am able to compile > > > successfully. I haven't tried running any gEDA/gaf applications yet.= > =20 > > >=20 > > > Is there are reason for gstdio to be used? Do older, equivalent > > > functions exist which don't require gstdio.h? Or am I totally wrong > > > about all this? > >=20 > > funny you should mention this. I was just about to remove that include= > =20 > > and change the g_unlink() to unlink() because my glib-2.4 install=20 > > doesn't like it... > >=20 > > -Dan > --=20 > Carlos Nieves =C3=93nega <[EMAIL PROTECTED]> > >
