Re: guile-vm .go files in GUILE_LOAD_PATH

2008-09-18 Thread Ludovic Courtès
Hi, <[EMAIL PROTECTED]> writes: > I'm pretty sure the case of not using the already installed system > .scm files while building is handled now. I'm thinking more along the > lines of some user wanted to override a system file for some > reason. This issue came up for me when I wanted to use a n

Re: guile-vm .go files in GUILE_LOAD_PATH

2008-09-18 Thread Andy Wingo
Heya Dale, On Thu 18 Sep 2008 22:49, <[EMAIL PROTECTED]> writes: > I'm pretty sure the case of not using the already installed system .scm > files while building is handled now. It is, but only because the uninstalled dirs are before the installed dirs. I committed a patch to the vm branch to r

Re: guile-vm .go files in GUILE_LOAD_PATH

2008-09-18 Thread dsmich
Andy Wingo <[EMAIL PROTECTED]> wrote: > Hi, > > On Thu 18 Sep 2008 00:57, <[EMAIL PROTECTED]> writes: > > > Basically, a .go file will be preferred over a .scm file even if the > > .scm file is earlier in the load-path. I think that the file earlier > > in the load-path should win. > > A f

Re: guile-vm .go files in GUILE_LOAD_PATH

2008-09-18 Thread Andy Wingo
Hi, On Thu 18 Sep 2008 00:57, <[EMAIL PROTECTED]> writes: > Basically, a .go file will be preferred over a .scm file even if the > .scm file is earlier in the load-path. I think that the file earlier > in the load-path should win. A few thoughts: (1) Guile shouldn't have installed paths (its s

Re: guile-vm .go files in GUILE_LOAD_PATH

2008-09-18 Thread Neil Jerram
2008/9/18 <[EMAIL PROTECTED]>: > Basically, a .go file will be preferred over a .scm file even if the .scm > file is earlier in the load-path. I think that the file earlier in the > load-path should win. > > Thoughts? I agree. I think that's what Emacs does, and Emacs is a good example to fol

Re: guile-vm .go files in GUILE_LOAD_PATH

2008-09-17 Thread David Séverin
Le Wed, 17 Sep 2008 18:57:19 -0400, <[EMAIL PROTECTED]> a écrit : > I've been tracking the guile-vm branch lately and had a recent problem. > After much head scratching we finally figured out that a previously > installed .go file was being used during the buld. > > We (Andy and I on irc) hacked

guile-vm .go files in GUILE_LOAD_PATH

2008-09-17 Thread dsmich
I've been tracking the guile-vm branch lately and had a recent problem. After much head scratching we finally figured out that a previously installed .go file was being used during the buld. We (Andy and I on irc) hacked around it by creating a new environment variable that pre-inst-guile-env