Compile error current master

2014-04-26 Thread Herbert Thoma
Hi, I get the following error when I try to build the current master branch: make[5]: Entering directory `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/libc -I../../../src -pthread -I

Crash when gettig online quotes with current maint branch

2014-04-26 Thread Herbert Thoma
Hi, I am getting a crash when trying to fetch online quotes: Backtrace: In unknown file: ?: 0* [gnc:book-add-quotes # #] ?: 1* (letrec (# # # # ...) (let* # # #)) In /usr/local/share/gnucash/guile-modules/gnucash/price-quotes.scm: 431: 2 (let* (# # # # ...) (cond # # # ...) (if keep-goin

Re: Compile error current master

2014-04-26 Thread Geert Janssens
On Saturday 26 April 2014 11:07:50 Herbert Thoma wrote: > Hi, > > I get the following error when I try to build the current master > branch: > > make[5]: Entering directory > `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' /bin/sh > ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CO

Re: Compile error current master

2014-04-26 Thread Herbert Thoma
Am 26.04.2014 11:13, schrieb Geert Janssens: On Saturday 26 April 2014 11:07:50 Herbert Thoma wrote: Hi, I get the following error when I try to build the current master branch: make[5]: Entering directory `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' /bin/sh <...> [-Werror] cc1plus

Re: Compile error current master

2014-04-26 Thread Jeff Earickson
On a Mac (10.9.2, Xcode 5.0.2) I get a slightly different error: Making all in qof Making all in . /bin/sh ../../../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/libc -I../../../src -D_REENTRANT -I/Users/jae

Fwd: Crash when gettig online quotes with current maint branch

2014-04-26 Thread Herbert Thoma
Geert, I think I can blame this on you. If I do a git revert 25256c1ba7fa8fa4bbf3857812aa43db69a93909 (which is your "Remove unused function yahoo-get-historical-quotes" patch), getting online quotes works again. Herbert. Original-Nachricht Betreff: Crash when gettig online q

Re: Compile error current master

2014-04-26 Thread John Ralls
On Apr 26, 2014, at 5:06 AM, Jeff Earickson wrote: > On a Mac (10.9.2, Xcode 5.0.2) I get a slightly different error: > > Making all in qof > Making all in . > /bin/sh ../../../libtool --tag=CC --mode=compile > /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. > -I..

Re: Compile error current master

2014-04-26 Thread John Ralls
On Apr 26, 2014, at 3:25 AM, Herbert Thoma wrote: > Am 26.04.2014 11:13, schrieb Geert Janssens: >> On Saturday 26 April 2014 11:07:50 Herbert Thoma wrote: >>> Hi, >>> >>> I get the following error when I try to build the current master >>> branch: >>> >>> make[5]: Entering directory >>> `/ho

Re: Compile error current master

2014-04-26 Thread Mike Alexander
On Apr 26, 2014, at 5:07 AM, Herbert Thoma wrote: > Hi, > > I get the following error when I try to build the current master branch: > > make[5]: Entering directory > `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' > /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_

Re: Fwd: Crash when gettig online quotes with current maint branch

2014-04-26 Thread Geert Janssens
It is :( I was already testing the fix but had to leave for a while. I will push it later today. Geert On Saturday 26 April 2014 14:49:49 Herbert Thoma wrote: > Geert, > > I think I can blame this on you. If I do a > git revert 25256c1ba7fa8fa4bbf3857812aa43db69a93909 > (which is your "Remove

Re: Compile error current master

2014-04-26 Thread John Ralls
On Apr 26, 2014, at 7:36 AM, Mike Alexander wrote: > On Apr 26, 2014, at 5:07 AM, Herbert Thoma > wrote: >> Hi, >> >> I get the following error when I try to build the current master branch: >> >> make[5]: Entering directory >> `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' >> /bin/

Re: Compile error current master

2014-04-26 Thread Herbert Thoma
Am 26.04.2014 16:25, schrieb John Ralls: On Apr 26, 2014, at 3:25 AM, Herbert Thoma wrote: BTW: if I supply --disable-error-on-warning to configure, it does not get much further: kvp_frame.c: In function 'KvpFrame* get_trailer_make(KvpFrame*, const char*, char**)': kvp_frame.c:329:38: error

Re: Compile error current master

2014-04-26 Thread Geert Janssens
On Saturday 26 April 2014 07:10:29 John Ralls wrote: > On Apr 26, 2014, at 5:06 AM, Jeff Earickson wrote: > > On a Mac (10.9.2, Xcode 5.0.2) I get a slightly different error: > > > > Making all in qof > > Making all in . > > /bin/sh ../../../libtool --tag=CC --mode=compile > > /Applications/X