Re: gnucash-18-branch configure.in

2004-11-07 Thread Derek Atkins
Quoting Neil Williams <[EMAIL PROTECTED]>: > Does anyone have any clues as to where I should look for these problems? I wouldn't spend a lot of time on it.. the 1.8 branch is not long-lived. Make your local patch to configure.in and just make sure not to send it upstream with any other patches

Re: gnucash-18-branch configure.in

2004-11-07 Thread Neil Williams
On Wednesday 03 November 2004 11:42 pm, Derek Atkins wrote: > > I can't build under automake2.13 so I can't test whether your Makefile.am > > patch is required on it's own. > > I can go test it again, but 1.8 has worked fine for me on RH9 without > any kind of change like this. So I really suspect

Re: gnucash-18-branch configure.in

2004-11-03 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > i.e. I need to patch to automake2.53 > AC_INIT(src/engine/Transaction.h) > > AC_PROG_CC > +AC_PREREQ(2.53) > > before I can build at all. The build then halts unless I add your patch: > + ${top_builddir}/src/business/business-utils/libgncmod-business-ut

Re: gnucash-18-branch configure.in

2004-11-03 Thread Neil Williams
On Wednesday 03 November 2004 1:12 am, Derek Atkins wrote: > Neil Williams <[EMAIL PROTECTED]> writes: > > On Tuesday 02 November 2004 9:27 pm, Derek Atkins wrote: > > > > I've just built 1-8 and your patch is required i.e. I need to patch to automake2.53 AC_INIT(src/engine/Transaction.h) AC_PROG

Re: gnucash-18-branch configure.in

2004-11-02 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > On Tuesday 02 November 2004 9:27 pm, Derek Atkins wrote: > > I've just built 1-8 and your patch is required but it DOES fix the problem. > > After patching business-ledger/Makefile.am, a make install wasn't sufficient - > it needed a make clean in busin

Re: gnucash-18-branch configure.in

2004-11-02 Thread Neil Williams
On Tuesday 02 November 2004 9:27 pm, Derek Atkins wrote: I've just built 1-8 and your patch is required but it DOES fix the problem. After patching business-ledger/Makefile.am, a make install wasn't sufficient - it needed a make clean in business/business-ledger/ and a make install in src/. Ho