GNOME Bugzilla – Bug 510739
use of non-existant setenv on windows (with patch)
Last modified: 2008-03-01 17:48:22 UTC
I'm trying to get libgda working with Gnucash on Windows and ran into a problem compiling libgda. libgda/tools/gda-sql.c uses setenv which is not available in windows. The attached patch changes these setenv to use the glib equivalent: g_setenv. It now compiles with this patch.
Created attachment 103238 [details] [review] patch to replace setenv calls with glib g_setenv calls attach patch
I'll apply that patch ASAP, Thanks!
Committed to svn trunk. Thanks. Please patch the ChangeLog in future.