Greetings, Werner and gEDA developers, I took the liberty of reverting the code in CVS to use putenv in order to fix Werner's problem. I use g_strdup_printf to generate the environment variable string 'cause it's glib compliant, but use putenv because it should work for more systems.
Werner, Please download the code from CVS and try to compile it. If you have a problem, please let me know. Stuart > > Hi Ales and all, > > On Wednesday 16 February 2005 04:35, Ales Hvezda wrote: > > >On Sunday 13 February 2005 19:38, Bill Wilson wrote: > > >> 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. > > > > > >I have glib version 2.2.3 installed. > > >Mmhh, I am not planing to update my old computer. > > > > Is this still an open issue? It would be shame to break > > compatibility with 2.2.x over something as silly as "g_setenv". > > I've used this patch to replace g_setenv. > Please take a look at it, I'm a little out of practice. > > regards > Werner >
