Re: Compilation error using cmake, but no error using autotools

2017-09-09 Thread Sumit Bhardwaj
Thanks Rob. That does it. And, yes, another PR: https://github.com/Gnucash/gnucash/pull/197 If I get some time over the weekend, I will check through to make sure that WITH_OFX and WITH_AQBANKING behave similarly. Unless someone beats me to it :) Thanks, Sumit On Sat, Sep 9, 2017 at 10:01 AM, Ro

Re: Compilation error using cmake, but no error using autotools

2017-09-09 Thread Rob Gowin
On Sep 9, 2017 11:32 AM, "Sumit Bhardwaj" wrote: Thanks Rob. Just tried that route (cmake -D WITH_AQBANKING=OFF -D WITH_OFX=OFF -G Ninja ../gnucash/ && ninja && ninja check && ninja install). Ran into a new problem: ninja: error: '/home/bhardwajs/ac/devel/gnucash/cmake/ofx-gschema', needed by 's

Re: Compilation error using cmake, but no error using autotools

2017-09-09 Thread Sumit Bhardwaj
Thanks Rob. Just tried that route (cmake -D WITH_AQBANKING=OFF -D WITH_OFX=OFF -G Ninja ../gnucash/ && ninja && ninja check && ninja install). Ran into a new problem: ninja: error: '/home/bhardwajs/ac/devel/gnucash/cmake/ofx-gschema', needed by 'share/glib-2.0/schemas/gschemas.compiled', missing a

Re: Compilation error using cmake, but no error using autotools

2017-09-09 Thread Rob Gowin
On Sep 9, 2017 10:37 AM, "Sumit Bhardwaj" wrote: Hi, After pulling master, I decided to do a cmake build instead of the usual autotools. Ran into problems as detailed below. Autotools work smoothly. I would try to make more headway, but I don't understand scheme and a quick stack overflow search

Compilation error using cmake, but no error using autotools

2017-09-09 Thread Sumit Bhardwaj
Hi, After pulling master, I decided to do a cmake build instead of the usual autotools. Ran into problems as detailed below. Autotools work smoothly. I would try to make more headway, but I don't understand scheme and a quick stack overflow search didn't show anything that I could try either. Tha