On Sat, 2013-05-04 at 10:16 +0800, Daniel Hartwig wrote: > On 4 May 2013 10:01, Nala Ginrut <nalagin...@gmail.com> wrote: > > On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote: > >> > From: Stjepan Horvat <zvanste...@gmail.com> > >> > >> >ls /usr/share/guile/site > >> >colorized.scm shell.scm src.scm > >> > >> > >> I guess they probably should have been put in > >> /usr/share/guile/site/nala/ > >> > >> -Mike > >> > > > > Well, yes. > > And I feel strange that 'make install' should install it to the > > load-path plus a nala directory. > > The path must have the same components as the module names e.g. (nala > shell) must be installed as "nala/shell.scm", otherwise the loader can > not find them.
Oops, sorry for my bad English. I mean I thought it installed to nala/shell.scm but the 'make install' seems not. Anyway, it works fine for me: ------------------------cut----------------------------------- nalaginrut@Renee-desktop:nala-repl> make install cp -frdp nala /home/nalaginrut/.local/share/guile/site/2.0 ------------------------end-----------------------------------