Compilation problems of gnucash-1.5.0

Dave Peticolas peticola@krondo.com
Thu, 13 Jul 2000 16:50:26 -0700


Marc Evans writes:
> Hello -
> 
> I am trying to build gnucash from source on one of my home systems and am
> encountering the following:
> 
> Making all in guile
> make[3]: Entering directory `/home/src/gnucash/gnucash-1.5.0/src/guile'
> FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
> /usr/local/bin/g-wrap:58:9: In procedure gsubr-apply in expression (execlp
> executable executable ...):
> /usr/local/bin/g-wrap:58:9: No such file or directory
> make[3]: *** [gnc.c] Error 2

Did you use any arguments when you configured g-wrap?


> 
> Before I dive in too far and try to learn what guile is and how it works,
> does anyone have an obvious suggestion?

guile is a scheme interpreter. g-wrap is a package to assist in calling
C functions from scheme.

dave