Re: cmake failure (was:Re: Source directory restructuring)

2017-08-10 Thread Sumit Bhardwaj
Actually, I was using ninja when I ran into this problem. Here is the sequence of commands that lead to the error: $> pwd devel/gnucash $mkdir gbuild && cc gbuild $ cmake -D WITH_AQBANKING=OFF -D WITH_OFX=OFF -G Ninja .. && ninja check && ninja install I am attaching po/missing. Note that the

Re: cmake failure (was:Re: Source directory restructuring)

2017-08-10 Thread Geert Janssens
On donderdag 10 augustus 2017 14:15:24 CEST Aaron Laws wrote: > I remember getting that error a long time ago, but I don't remember how to > fix it. I think it has something to do with deleting a generated file and > having make re-generate it? It seems like we have a generated file in > version

Re: cmake failure (was:Re: Source directory restructuring)

2017-08-10 Thread Aaron Laws
On Thu, Aug 10, 2017 at 3:13 AM, Geert Janssens wrote: > On donderdag 10 augustus 2017 07:08:38 CEST Sumit Bhardwaj wrote: > > John and Geert, > > > > As I remembered, I am still having problem with cmake. I have pasted the > > error message below. Is this a known