Re: Unable to make dist after recent changes

2011-12-03 Thread John Ralls
On Dec 3, 2011, at 2:13 AM, Geert Janssens wrote: > On zaterdag 3 december 2011, John Ralls wrote: >> OK, all of that's committed. Make distcheck now works on both Mac and >> Linux. Yay! >> > I found one more problem: the python bindings tests fail if you have enabled > them: > make check-TEST

Re: Unable to make dist after recent changes

2011-12-03 Thread Geert Janssens
On zaterdag 3 december 2011, John Ralls wrote: > OK, all of that's committed. Make distcheck now works on both Mac and > Linux. Yay! > I found one more problem: the python bindings tests fail if you have enabled them: make check-TESTS make[5]: Entering directory `/kobaltnet/janssege/Development/

Re: Unable to make dist after recent changes

2011-12-03 Thread Geert Janssens
On zaterdag 3 december 2011, John Ralls wrote: > OK, all of that's committed. Make distcheck now works on both Mac and > Linux. Yay! John, thanks for these fixes. Nice job ! The "symbol imported from both (sw_engine) and (gnucash engine)" warnings are still there, I see, but these are less criti

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
OK, all of that's committed. Make distcheck now works on both Mac and Linux. Yay! Next, I want to get rid of all of the errors from calling ENTER and LEAVE when QOFLog hasn't been inited. Easy enough in C, but I don't see a way to init QOFLog from Scheme. Anybody know of one? Regards, John Ra

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 11:19 AM, Derek Atkins wrote: > > On Fri, December 2, 2011 2:12 pm, John Ralls wrote: >> >> On Dec 2, 2011, at 10:56 AM, Geert Janssens wrote: >> > [snip] > >>> 278: 35(set! value (gnc-numeric-add amount value GNC-DENOM-AUTO GNC- >>> DENOM-LCD)) >>> 278: 36* [gnc-nume

Re: Unable to make dist after recent changes

2011-12-02 Thread Derek Atkins
On Fri, December 2, 2011 2:12 pm, John Ralls wrote: > > On Dec 2, 2011, at 10:56 AM, Geert Janssens wrote: > [snip] >> 278: 35(set! value (gnc-numeric-add amount value GNC-DENOM-AUTO GNC- >> DENOM-LCD)) >> 278: 36* [gnc-numeric-add # # # >> ...] >> /kobaltnet/janssege/Development/Installs/g

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 10:56 AM, Geert Janssens wrote: > On vrijdag 2 december 2011, John Ralls wrote: >> On Dec 2, 2011, at 8:08 AM, Derek Atkins wrote: >>> Geert Janssens writes: For some reason the tests consider this a duplicate symbol definition, but the reports require the export sta

Re: Unable to make dist after recent changes

2011-12-02 Thread Geert Janssens
On vrijdag 2 december 2011, John Ralls wrote: > On Dec 2, 2011, at 8:08 AM, Derek Atkins wrote: > > Geert Janssens writes: > >> For some reason the tests consider this a duplicate symbol definition, > >> but the reports require the export statements or will fail to > >> work. That's as far as I go

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 8:08 AM, Derek Atkins wrote: > Geert Janssens writes: > >> For some reason the tests consider this a duplicate symbol definition, >> but the reports require the export statements or will fail to >> work. That's as far as I got. I don't know why this is though, because >> at f

Re: Unable to make dist after recent changes

2011-12-02 Thread Derek Atkins
Geert Janssens writes: > For some reason the tests consider this a duplicate symbol definition, > but the reports require the export statements or will fail to > work. That's as far as I got. I don't know why this is though, because > at first sight, the sw_engine module is loaded by default when

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 2:44 AM, Geert Janssens wrote: > On vrijdag 2 december 2011, Geert Janssens wrote: >> On donderdag 1 december 2011, John Ralls wrote: >>> On that vein, I'd really like to get to the bottom of the duplicate >>> symbols in sw_engine and gnucash engine spew, but what sw_engine is

Re: Unable to make dist after recent changes

2011-12-02 Thread Geert Janssens
On vrijdag 2 december 2011, Geert Janssens wrote: > On donderdag 1 december 2011, John Ralls wrote: > > On that vein, I'd really like to get to the bottom of the duplicate > > symbols in sw_engine and gnucash engine spew, but what sw_engine is and > > where it comes from eludes me. > > Yes, I hit

Re: Unable to make dist after recent changes

2011-12-02 Thread Geert Janssens
On donderdag 1 december 2011, John Ralls wrote: > On Dec 1, 2011, at 1:56 PM, Geert Janssens wrote: > > On donderdag 1 december 2011, John Ralls wrote: > >> On Nov 30, 2011, at 5:05 PM, John Ralls wrote: > >>> On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: > John Ralls writes: > > I've

Re: Unable to make dist after recent changes

2011-12-01 Thread John Ralls
On Dec 1, 2011, at 1:56 PM, Geert Janssens wrote: > On donderdag 1 december 2011, John Ralls wrote: >> On Nov 30, 2011, at 5:05 PM, John Ralls wrote: >>> On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: John Ralls writes: > I've just committed the requisite fixes, and distcheck now work

Re: Unable to make dist after recent changes

2011-12-01 Thread Geert Janssens
On donderdag 1 december 2011, John Ralls wrote: > On Nov 30, 2011, at 5:05 PM, John Ralls wrote: > > On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: > >> John Ralls writes: > >>> I've just committed the requisite fixes, and distcheck now works on my > >>> Mac. But there's an older problem that ca

Re: Unable to make dist after recent changes

2011-12-01 Thread John Ralls
On Nov 30, 2011, at 5:05 PM, John Ralls wrote: > > On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: > >> John Ralls writes: >> >>> I've just committed the requisite fixes, and distcheck now works on my >>> Mac. But there's an older problem that causes make check to fail on >>> Debian Squeeze

Re: Unable to make dist after recent changes

2011-11-30 Thread John Ralls
On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: > John Ralls writes: > >> I've just committed the requisite fixes, and distcheck now works on my >> Mac. But there's an older problem that causes make check to fail on >> Debian Squeeze and Fedora 12 if Gnucash hasn't been installed. Since >> dis

Re: Unable to make dist after recent changes

2011-11-30 Thread Derek Atkins
John Ralls writes: > I've just committed the requisite fixes, and distcheck now works on my > Mac. But there's an older problem that causes make check to fail on > Debian Squeeze and Fedora 12 if Gnucash hasn't been installed. Since > distcheck does exactly that, it fails too. I'm bisecting to tr

Re: Unable to make dist after recent changes

2011-11-29 Thread John Ralls
On Nov 26, 2011, at 8:25 AM, John Ralls wrote: > > On Nov 26, 2011, at 6:13 AM, Robert Fewell wrote: > >> Hi, >> >> Not sure if this is just me but I am unable to make dist the way I used to. >> >> I have checked out a completely new repository, done an svn copy, autogen >> and configure and

Re: Unable to make dist after recent changes

2011-11-26 Thread John Ralls
On Nov 26, 2011, at 6:13 AM, Robert Fewell wrote: > Hi, > > Not sure if this is just me but I am unable to make dist the way I used to. > > I have checked out a completely new repository, done an svn copy, autogen > and configure and then do make dist. > > This fails with "No rule to make targ

Unable to make dist after recent changes

2011-11-26 Thread Robert Fewell
Hi, Not sure if this is just me but I am unable to make dist the way I used to. I have checked out a completely new repository, done an svn copy, autogen and configure and then do make dist. This fails with "No rule to make target swig-core-utils-python.c needed by 'distdir' ". If I change the