Re: load-from-path and compile-file question

2011-11-12 Thread Ludovic Courtès
Hi Ian, Ian Hulin skribis: > (load-from-path) showed the expected module '(lily), (compile-file) > showed an "anonymous" module with an internally generated name. If you look at ‘compile’ in (system base compile), you’ll find that it has an ‘env’ argument, which is the module where compilation

Re: About gh.h

2011-11-12 Thread Ludovic Courtès
Hi, skribis: > "Germán Arias" wrote: >> I'm trying to update an old gnustep library that uses guile. But it >> requieres gh.h header. >> As I can see this header don't exist. So, which header should I use >> instead it? > > The new interface has a new header, it's libguile.h > > The old