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
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
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://
--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
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
--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
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
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
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