Re: PATCH: (gda-dev2): windows changes (sqlite only)

2008-01-19 Thread Nathan Buchanan
...as I was saying, the attached patch...*ducks* On Jan 20, 2008 1:25 AM, Nathan Buchanan <[EMAIL PROTECTED]> wrote: > HI Phil, Andreas! > > I'm attaching a patch that gets gda setup for windows. This patch only > deals with sqlite. > > A few items of note: > -libgda used setenv instead of g_sete

PATCH: (gda-dev2): windows changes (sqlite only)

2008-01-19 Thread Nathan Buchanan
HI Phil, Andreas! I'm attaching a patch that gets gda setup for windows. This patch only deals with sqlite. A few items of note: -libgda used setenv instead of g_setenv. This has been patched and is http://bugzilla.gnome.org/show_bug.cgi?id=510739 -libgda used an older libgnomevfs for some mime t

PATCH: (gda-dev2): deal with windows paths

2008-01-19 Thread Nathan Buchanan
Hi Phil! Please find attached a patch that allows the gda backend to work with windows paths of the form c:\path\to\file.db Previously the code in gnc-backend-gda.c tried to eliminate file:// prefixes by looking for a colon and then removing everything before the colon and the two chars after the

Re: trouble building gda-dev2

2008-01-19 Thread Nathan Buchanan
I found out the problem. I'll do some testing to confirm that everything is ok - after that, Phil, you can expect some patches headed your way. Nathan On Jan 19, 2008 7:43 PM, Nathan Buchanan <[EMAIL PROTECTED]> wrote: > Hi Andreas, > > On Jan 18, 2008 5:40 PM, Andreas Köhler <[EMAIL PROTECTED]>

Re: trouble building gda-dev2

2008-01-19 Thread Nathan Buchanan
Hi Andreas, On Jan 18, 2008 5:40 PM, Andreas Köhler <[EMAIL PROTECTED]> wrote: > Hi Nathan, > > Am Donnerstag, den 17.01.2008, 22:27 -0500 schrieb Nathan Buchanan: > > I'm trying to get the gda-dev2 branch (r16869) working under windows and > am > > running into a couple problems. > > > > I have