Re: Compile test-core in C++

2014-11-18 Thread Aaron Laws
On Tue, Nov 18, 2014 at 10:10 AM, Chenxiong Qi wrote: > Hi, > > I've converted QofCollection to a C++ class. A side-effect is that I > have to make src/test-core be able to compile in C++. Although QofCollection will be a C++ class, you should be retaining the C interface! The existing tests (s

Re: Compile test-core in C++

2014-11-18 Thread John Ralls
> On Nov 18, 2014, at 7:10 AM, Chenxiong Qi wrote: > > Hi, > > I've converted QofCollection to a C++ class. A side-effect is that I > have to make src/test-core be able to compile in C++. I'm an absolute > newbie to autotools, still not get a workable solution so far after > doing some research

Re: python GnuCash interface to SQL backend

2014-11-18 Thread Derek Atkins
Sébastien de Menten writes: > On Monday, November 17, 2014, Derek Atkins wrote: > > I think most of our beef against your project is that you're making it > read-write.  If it was read-only then nobody here would care. > > Yes indeed. Me first needs are a) to read a GnuCash boom from pyt

Compile test-core in C++

2014-11-18 Thread Chenxiong Qi
Hi, I've converted QofCollection to a C++ class. A side-effect is that I have to make src/test-core be able to compile in C++. I'm an absolute newbie to autotools, still not get a workable solution so far after doing some research on this. Could you give some guide how to accomplish this conversio