build problems with 1.5.2

Dave Peticolas dave@krondo.com
Fri, 29 Sep 2000 12:22:40 -0700


Marc Evans writes:
> Hello -
> 
> I am trying to build 1.5.2. I am getting the following error durin the
> make phase:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome
> -I../register   -I/usr/local/include -DNEED_GNOMESUPPORT_H
> -I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include
> -I/usr/X11R6/include       -g -O2 -Wall -Wunused  -Wall
> -Werror-implicit-function-declaration -I/usr/local/include
> -I/usr/local/lib/glib/include -I/usr/local/include -c gfec.c
> FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
> ERROR: In expression (cdr lst):
> ERROR: Stack overflow
> make[3]: *** [gnc.c] Error 2
> make[3]: Leaving directory `/home/src/gnucash-1.5.2/src/guile'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/src/gnucash-1.5.2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/src/gnucash-1.5.2'
> make: *** [all-recursive-am] Error 2
> 
> I am running guile version 1.3 on a Sparc which has RedHat Linux 6.1
> installed as the base operating system.
> 
> Is this a known problem, and if so, what is the suggested work around?

What version of g-warp are you using?

dave