Re: Gnucash c++

2014-08-14 Thread Ted Creedon
Its very possible to begin he transition to C++ by writing C++ header files. The real advantage of C++ is the ability to take a specification (in my case the Intel IBIS electronic buffer modeling specification http://www.eigroup.org/ibis/ibis.htm) and modelling it with C++ header files that

Re: Gnucash c++

2014-08-14 Thread Gour
On Wed, 13 Aug 2014 17:20:51 -0700 John Ralls jra...@ceridwen.us wrote: Then I can make a C++ class and move the functionality into it one function at a time, converting the C function to a wrapper with C linkage. I can test that against the existing C tests, add C++ tests, and move on to the

Re: Gnucash c++

2014-08-14 Thread Geert Janssens
On Thursday 14 August 2014 10:04:55 Gour wrote: On Wed, 13 Aug 2014 17:20:51 -0700 John Ralls jra...@ceridwen.us wrote: Then I can make a C++ class and move the functionality into it one function at a time, converting the C function to a wrapper with C linkage. I can test that against

Re: Cron gnucash-docs@code /home/gnucash-docs/scripts/build-docs.sh

2014-08-14 Thread Derek Atkins
The gnucash-docs package has been failing to build for the last two nights: (Cron Daemon) gnucash-d...@code.gnucash.org writes: failed building gnucash-docs I looked into this more closely today and found the following. Could someone look into it, please? Thanks, -derek make[2]: Entering

Re: Cron gnucash-docs@code /home/gnucash-docs/scripts/build-docs.sh

2014-08-14 Thread Geert Janssens
On Thursday 14 August 2014 15:17:33 Derek Atkins wrote: The gnucash-docs package has been failing to build for the last two nights: (Cron Daemon) gnucash-d...@code.gnucash.org writes: failed building gnucash-docs I looked into this more closely today and found the following. Could