gfec.c

Dave Peticolas dave@krondo.com
Mon, 26 Mar 2001 15:28:18 -0800


Joe Pellegrino writes:
> I have tried to build several versions of the gnucash 1.4.* and all
> versions give me this error:
> 
> Making all in guile
> make[3]: Entering directory `/home/jdp/gnucash-1.4.11/src/guile'
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome
> -I../register    -g -O2 -Wall -I/usr/local/include -DNEED_GNOMESUPPORT_H -I
> /usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include
> -I/usr/local/include/gnome-xml -I/usr/local/include
> -I/usr/local/guile-1.4/include -c enriched-messages.c
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome
> -I../register    -g -O2 -Wall -I/usr/local/include -DNEED_GNOMESUPPORT_H
> -I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include
> -I/usr/local/include/gnome-xml -I/usr/local/include
> -I/usr/local/guile-1.4/include -c gfec.c
> gfec.c: In function `gfec_catcher':
> gfec.c:38: warning: implicit declaration of function `strdup'
> gfec.c:38: warning: assignment makes pointer form integer without a cast
> FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
> ERROR: In procedure execlp:
> ERROR: No such file or directory
> make[3]: *** [gnc.c] Error 2
> make[3]: Leaving directory `/home/jdp/gnucash-1.4.11/src/guile'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/jdp/gnucash-1.4.11/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/jdp/gnucash-1.4.11'
> make *** [all-recursive-am] Error 2
> 
> I have install guile-1.4 and g-wrap-0.9.5 So far every version of gnucash
> 1.4 has produce the above results.  Any help would be apprieciated.

Make sure the 'g-wrap-guile' program installed by g-wrap has
execute permissions. Also, you might try upgrading to g-wrap
0.9.12.

dave