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
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