Re: Build problems after r19920

2010-12-30 Thread Derek Atkins
Hi, woec writes: > I tried to compile gnucash 2.4.0 on my debian squeeze system and I get an > error which seems to be connected to the topic handled here: > > compiling terminates with following error messages: > > . > In function `gnc_sql_commit_edit': > /home/hans/software/gnucash

Re: Build problems after r19920

2010-12-30 Thread woec
s/software/gnucash/gnucash-2.4.0' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/home/hans/software/gnucash/gnucash-2.4.0' make: *** [build-stamp] Fehler 2 Can anyone give me a hint to solve this? woec -- View this message in context: http://gnucash.1415818.n4.nabble.com/Build-prob

Re: Build problems after r19920

2010-12-30 Thread woec
g directory `/home/hans/software/gnucash/gnucash-2.4.0' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/home/hans/software/gnucash/gnucash-2.4.0' make: *** [build-stamp] Fehler 2 Can anyone give me a hint to solve this? Thanks. woec -- View this message in context: http://

Re: Build problems after r19920

2010-12-13 Thread Mike Alexander
--On December 13, 2010 9:37:59 AM -0500 Derek Atkins wrote: I ran a complete make all check from scratch and it worked fine, so the only potential problem might be existing build trees. They might wind up getting these files in multiple locations. Make distcheck builds using a different bui

Re: Build problems after r19920

2010-12-13 Thread Derek Atkins
Mike Alexander writes: > --On December 11, 2010 9:08:11 PM -0800 John Ralls > wrote: > >> Yes, and conceptually it makes sense for gnc-version.h (and its >> companion, gnc-svnrevision.h) to be in core-utils instead of >> gnome-utils. Neither has anything at all to do with gnome. I'll do >> that

Re: Build problems after r19920

2010-12-11 Thread Mike Alexander
--On December 11, 2010 9:08:11 PM -0800 John Ralls wrote: Yes, and conceptually it makes sense for gnc-version.h (and its companion, gnc-svnrevision.h) to be in core-utils instead of gnome-utils. Neither has anything at all to do with gnome. I'll do that tomorrow morning. I just checked in a

Re: Build problems after r19920

2010-12-11 Thread John Ralls
On Dec 11, 2010, at 7:26 PM, Derek Atkins wrote: > Hi, > > On Sat, December 11, 2010 10:15 pm, Mike Alexander wrote: >> SVN version r19920 introduced a couple of build problems. This changed >> made src/core-utils/gnc-main.c include "gnome-utils/gnc-version.h". >> This works only if the build d

Re: Build problems after r19920

2010-12-11 Thread Derek Atkins
Hi, On Sat, December 11, 2010 10:15 pm, Mike Alexander wrote: > SVN version r19920 introduced a couple of build problems. This changed > made src/core-utils/gnc-main.c include "gnome-utils/gnc-version.h". > This works only if the build directory is the source directory. I > normally build in a s

Build problems after r19920

2010-12-11 Thread Mike Alexander
SVN version r19920 introduced a couple of build problems. This changed made src/core-utils/gnc-main.c include "gnome-utils/gnc-version.h". This works only if the build directory is the source directory. I normally build in a separate build directory parallel to the source directory. That way