error: "HAVE_STRUCT_TIMESPEC" redefined

2011-12-07 Thread Stephen Grant Brown
Hi All, In compiling gnucash under windows Vista home premium I get -- cc1.exe: warnings being treated as errors In file included from eval.c:31:0, from eval.c:5997: ../config.h:625:0: error: "HAVE_STRUCT_TIMESPEC" rede

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread John Ralls
On Dec 7, 2011, at 8:15 AM, Geert Janssens wrote: > Op woensdag 7 december 2011 10:34:33 schreef Derek Atkins: >> John Ralls writes: >>>This is effectively my "feature" flags suggestion from before. >>>You flag (new) features as they are used, and refuse to load >>>the database if t

Added export PATH="/p/soft/msys/bin:$PATH" to p:soft/msys/1.0/etc/profile

2011-12-07 Thread Stephen Grant Brown
Hi All, For your information I added export PATH="/p/soft/msys/bin:$PATH" to p:soft/msys/1.0/etc/profile to continue to compile gnucsh under Microsft Windwos Vista home premiun. Stephen Grant Brown ___ gnucash-devel mailing list gnucash-devel@gnucas

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values

2011-12-07 Thread Alex Aycinena
Geert, > -- Forwarded message -- > From: Geert Janssens > To: Derek Atkins > Cc: gnucash-devel@gnucash.org > Date: Wed, 07 Dec 2011 17:15:32 +0100 > > Subject: Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load > and save invoice kvp values. > Op woensdag 7 dec

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values

2011-12-07 Thread Alex Aycinena
Geert See comments below: > > -- Forwarded message -- > From: Geert Janssens > To: gnucash-devel@gnucash.org > Cc: Derek Atkins > Date: Tue, 06 Dec 2011 23:20:57 +0100 > Subject: Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load > and save invoice kvp values.

Re: Komando advertizes GnuCash

2011-12-07 Thread Ted Creedon
She left out Linux. Expect a corresponding increase in support workload tedc On Wed, Dec 7, 2011 at 9:42 AM, Derek Atkins wrote: > Linas saw a huge uptick in GnuCash website access today and we tracked > it down to Kim Komando: > > > http://www.komando.com/downloads/category.aspx?id=6107&utm_m

Komando advertizes GnuCash

2011-12-07 Thread Derek Atkins
Linas saw a huge uptick in GnuCash website access today and we tracked it down to Kim Komando: http://www.komando.com/downloads/category.aspx?id=6107&utm_medium=nl&utm_source=dotd&utm_content=2011-12-07-article&utm_campaign=end Anyone know about this? -derek -- Derek Atkins, SB '93 MIT E

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Geert Janssens
Op woensdag 7 december 2011 10:34:33 schreef Derek Atkins: > John Ralls writes: > > This is effectively my "feature" flags suggestion from before. > > You flag (new) features as they are used, and refuse to load > > the database if there are used features that you don't > > unders

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
John Ralls writes: > This is effectively my "feature" flags suggestion from before. You flag > (new) features as they are used, and refuse to load the database if > there are used features that you don't understand. > > Something to look at adding for 2.6 to get ready for the databas

Re: r21677 - gnucash/trunk/src/gnc-module/test - [Testing] Gnc-module: Provide checked error messages to replace noted warnings (c-files only)

2011-12-07 Thread Geert Janssens
Op woensdag 7 december 2011 06:56:54 schreef John Ralls: > On Dec 7, 2011, at 3:30 AM, Geert Janssens wrote: > > Op zondag 4 december 2011 19:08:10 schreef John Ralls: > >> Author: jralls > >> Date: 2011-12-04 19:08:10 -0500 (Sun, 04 Dec 2011) > >> New Revision: 21677 > >> Trac: http://svn.gnucash.

Re: r21677 - gnucash/trunk/src/gnc-module/test - [Testing] Gnc-module: Provide checked error messages to replace noted warnings (c-files only)

2011-12-07 Thread John Ralls
On Dec 7, 2011, at 3:30 AM, Geert Janssens wrote: > Op zondag 4 december 2011 19:08:10 schreef John Ralls: >> Author: jralls >> Date: 2011-12-04 19:08:10 -0500 (Sun, 04 Dec 2011) >> New Revision: 21677 >> Trac: http://svn.gnucash.org/trac/changeset/21677 >> >> Modified: >> gnucash/trunk/src/gn

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread John Ralls
On Dec 7, 2011, at 6:43 AM, Derek Atkins wrote: > Mike Alexander writes: > >> --On December 6, 2011 3:01:54 PM -0800 John Ralls >> wrote: >> This is not the optimal solution, but the best I can come up with in my available time and with the state of the backends as they are no

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
Geert Janssens writes: > So, let me summarize what has been discussed so far: > - KVP is bad in this case because a clear risk if data loss when opened in > older files. It's bad because the invoice KVPs were not saved/loaded. > - So I will have to add a new field. > - Older versions should be

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
Mike Alexander writes: > --On December 6, 2011 3:01:54 PM -0800 John Ralls > wrote: > >>> This is not the optimal solution, but the best I can come up with in >>> my available time and with the state of the backends as they are >>> now. >> >> No, I think that's got it. >> >> If you can't handle

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
John Ralls writes: > Sorry, I meant the other way around: It doesn't complain if an element > is missing unless there's code that looks for that element, nor does You can make it complain during the finalization check for the object. That's EASY to code up. > it save elements that it doesn't us

Re: r21677 - gnucash/trunk/src/gnc-module/test - [Testing] Gnc-module: Provide checked error messages to replace noted warnings (c-files only)

2011-12-07 Thread Geert Janssens
Op zondag 4 december 2011 19:08:10 schreef John Ralls: > Author: jralls > Date: 2011-12-04 19:08:10 -0500 (Sun, 04 Dec 2011) > New Revision: 21677 > Trac: http://svn.gnucash.org/trac/changeset/21677 > > Modified: >gnucash/trunk/src/gnc-module/test/misc-mods/Makefile.am >gnucash/trunk/src/g