...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
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
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
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]>
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