Problems with make check and guile, apparently

2016-05-11 Thread Colin Law
I am having getting make check to pass for reasons unknown to me. In src/engine/test/test-suite.log I see GnuCash 2.6.12: src/engine/test/test-suite.log # TOTAL: 27 # PASS: 24 # SKIP:

Re: hbci-progressmon.c: Re: Problems with make distcheck

2004-12-12 Thread Chris Lyttle
Ok Removing that file just resulted in; make[3]: Entering directory `/home/chris/cvs/gnucash-test/po' make[3]: *** No rule to make target `../src/import-export/hbci/hbci-progressmon.c', needed by `gnucash.pot-update'. Stop. :( Chris On Sun, 2004-12-12 at 08:12 -0500, Derek Atkins wrote: Chris

Re: hbci-progressmon.c: Re: Problems with make distcheck

2004-12-12 Thread Christian Stimming
Dear Chris, sorry, my fault -- I cannot run make distcheck on my machine for whatever automake/autotools reason, so I only checked make dist and manual compile, and this worked. But in fact I just forgot to remove the unused file from the POTFILES.in list. This is done now, so it should work.

hbci-progressmon.c: Re: Problems with make distcheck

2004-12-12 Thread Derek Atkins
Chris Lyttle [EMAIL PROTECTED] writes: src/import-export/hbci/hbci-progressmon.c for reading: No such file or directory make[4]: *** [gnucash.pot-update] Error 1 Interesting. This file is pretty much empty -- there's no sources in it at all. I don't know why Christian did this. Technically

Problems with make distcheck

2004-12-11 Thread Chris Lyttle
Hi guys, Ran into a problem with make distcheck here, and light on how to get past this would be appreciated; make[2]: Entering directory `/home/chris/cvs/gnucash-test/gnucash-1.8.10/=build/po' make update-po make[3]: Entering directory `/home/chris/cvs/gnucash-test/gnucash-1.8.10/=build/po'

Re: Re: Problems with make

2000-06-29 Thread
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: i have a problem whith make gnucash 1.4.1 the error is make all-recursive make[1]: Entering directory `/gnucash-1.3.99' Making all in debian make[2]: Entering directory `/gnucash-1.3.99/debian' make[2]:

Re: Re: Re: Problems with make

2000-06-29 Thread Robert Graham Merkel
[EMAIL PROTECTED] writes: Robert Merkel [EMAIL PROTECTED] I have testing the file cpp-comment-test.c the first command gcc -o cpp-comment-test cpp-comment-test.c no problem the second command gcc

Re: Re: Re: Problems with make

2000-06-29 Thread
[EMAIL PROTECTED] writes: snip Session.c: In function `xaccSessionBeginSQL': Session.c:197: parse error before `/' Session.c:211: parse error before `/' I think I've solved your problem. Your gcc is running with the --ansi option set, which disallows C++-style comments, which are

Re: Problems with make

2000-06-29 Thread
[EMAIL PROTECTED] writes: Robert Merkel [EMAIL PROTECTED] I have testing the file cpp-comment-test.c the first command gcc -o cpp-comment-test cpp-comment-test.c no problem the second command

Re: Problems with make

2000-06-29 Thread Rob Browning
Robert Graham Merkel [EMAIL PROTECTED] writes: Doh. . . I should have seen this before. It looks like you've run configure with --enable-warnings. Don't do that :) Try rerunning configure without that argument and see if the problem goes away. We're going to fix this shortly... --

Re: Problems with make

2000-06-29 Thread Dave Peticolas
writes: i have rerunning the configure the command line is ./configure --includedir=/usr/local/include --bindir=/usr/local/bin/X11 --ena ble-debug --enable-warnings --with-perl=/usr/bin/perl --with-swig=/usr/local/ bin/swig --with-x --x-includes=/usr/X11R6/include

Problems with make

2000-06-28 Thread
i have a problem whith make gnucash 1.4.1 the error is make all-recursive make[1]: Entering directory `/gnucash-1.3.99' Making all in debian make[2]: Entering directory `/gnucash-1.3.99/debian' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/gnucash-1.3.99/debian'

Problems with Make

2000-06-28 Thread Alessandro Seveso
i have a problem with Make , the error is make all-recursivemake[1]: Entering directory `/gnucash-1.3.99'Making all in debianmake[2]: Entering directory `/gnucash-1.3.99/debian'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/gnucash-1.3.99/debian'Making all in

Re: Problems with Make

2000-06-28 Thread Bill Gribble
"Alessandro Seveso" [EMAIL PROTECTED] writes: i have a problem with Make , the error is Your error message isn't detailed enough to diagnose a problem. Are you sure you captured all the compiler's output? Thanks, Bill Gribble -- Gnucash Developer's List To unsubscribe send empty email to:

Re: Problems with make

2000-06-28 Thread
[EMAIL PROTECTED] writes: i have a problem whith make gnucash 1.4.1 the error is make all-recursive make[1]: Entering directory `/gnucash-1.3.99' Making all in debian make[2]: Entering directory `/gnucash-1.3.99/debian' make[2]: Nothing to be done for `all'.

Re: Problems with make

2000-06-28 Thread Arnold Troeger
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: i have a problem whith make gnucash 1.4.1 the error is make all-recursive make[1]: Entering directory `/gnucash-1.3.99' Making all in debian make[2]: Entering directory `/gnucash-1.3.99/debian' make[2]: Nothing to be