> I'll report back again after I've built the 2.0.3 release
[ian@Kagami ~]$ env GUILE_LOAD_PATH=notadir GUILE_LOAD_COMPILED_PATH=notadir2
guile -q
GNU Guile 2.0.3
..
scheme@(guile-user)> %load-path
$1 = ("notadir" "/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0"
"/usr/local/sha
I sent the following bug report to guile-devel by mistake, sorry
;; --
Hello,
guile 2.0.3.150-88c0
guile-lib release-0.2.1-2-ge9fe22b
...
make[1]: Entering directory `/usr/local/src/guile-lib/git-clone/src'
../dev-environ /usr/local/bin/guile-tools compile -o "text/parse
Ian Hulin writes:
> I am compiling a file which references some modules declared in source
> files present in the %load-path. However I get a "no code for (xxx
> yyy)" error when I attempt to compile with guild compile.
>
> Guile version 2.0.3
> Ubuntu 11.10
>
> I am running the compilation from