Hardwired path in src/guile/Makefile.am

Dave Peticolas dave@krondo.com
Wed, 13 Dec 2000 23:25:23 -0800


Robert Graham Merkel writes:
> The following code in latest CVS src/guile/Makefile.am is kinda machine-speci
> fic . . . 
> 
>         FLAVOR=gnome guile -c \
>           '(set! %load-path (cons "/usr/local/opt/g-wrap/share/guile" %load-p
> ath)) \
>            (primitive-load "./gnc.gwp") \
>            (gw:generate-module "gnc")'
> CLEANFILES += gnc.h gnc.c gnc.html gnc-autogen.h
> 
> How do you want to fix it??

I'm not sure why it's there -- I can build fine and I installed g-wrap
in /usr.

dave