Re: [r6rs] on libraries extensions and search paths

2010-06-08 Thread Andy Wingo
On Tue 08 Jun 2010 07:03, Marco Maggi marco.maggi-i...@poste.it writes: Andy Wingo wrote: I believe that if you modify %load-extensions you can achieve this effect. I would rather not do it by default due to the stat penalty. (set! %load-extensions '(.guile.sls .sls .scm )) Do

Re: [r6rs] quest to make the makers package work

2010-06-08 Thread Marco Maggi
How would you change: http://github.com/downloads/marcomaggi/nausicaa/makers-1.0.0.tar.gz to make it work with Guile? I test program has the following as incipit: #!r6rs (import (rnrs) (rnrs eval) (makers makers)) and I get this: ERROR: In procedure macroexpand: ERROR: source

Re: [r6rs] quest to make the makers package work

2010-06-08 Thread Julian Graham
Hi Marco, ERROR: In procedure macroexpand: ERROR: source expression failed to match any pattern in (import (rnrs) (lib)) is it actually possible to load libraries? Andreas Rottman just submitted a patch that (I think) resolves this issue [0]. Regards, Julian [0] -

building from a git clone

2010-06-08 Thread Marco Maggi
Is running autogen.sh the only thing one has to do when trying a build from a git cloned repository? While running it, I get multiple times the error: configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library and finally the error: configure.ac:871: warning: macro

Re: [r6rs] quest to make the makers package work

2010-06-08 Thread Marco Maggi
Julian Graham wrote: ERROR: In procedure macroexpand: ERROR: source expression failed to match any pattern in (import (rnrs) (lib)) is it actually possible to load libraries? Andreas Rottman just submitted a patch that (I think) resolves this issue [0]. Mh, applied it, now I get: $

Re: building from a git clone

2010-06-08 Thread Marco Maggi
Mike Gran wrote: configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library Do you have the gettext-devel package installed (or whatever it is called in your distro)? Ah, upgrading from gettext version 0.17 installed under /usr to version 0.18.1.1 installed under