Re: Hardwired path in src/guile/Makefile.am

2000-12-14 Thread Rob Browning
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

Re: Hardwired path in src/guile/Makefile.am

2000-12-13 Thread Dave Peticolas
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") \ >

Hardwired path in src/guile/Makefile.am

2000-12-13 Thread Robert Graham Merkel
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