Dave Peticolas <[EMAIL PROTECTED]> writes:
> I'm not sure why it's there -- I can build fine and I installed
> g-wrap in /usr.
It's there beacuse that's where I install g-wrap, but it does need to
be generalized. It needs to encode the g-wrap module dir, which is
available via g-wrap-config. W
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") \
>
The following code in latest CVS src/guile/Makefile.am is kinda machine-specific . . .
FLAVOR=gnome guile -c \
'(set! %load-path (cons "/usr/local/opt/g-wrap/share/guile" %load-path)) \
(primitive-load "./gnc.gwp") \
(gw:generate-module "gnc")'
CLEANFILES