Hi All,
I am working on a ffi-helper (FH): a program that will read in a C dot-h file
and generate a Guile dot-scm file which defines a module to provide hooks into
the associated C library.
Lately I've been working to clean up user-level APIs. A recoded demo of the
GTK+
Hello World example is
Hi Chris,
Christopher Baines writes:
> I'm having some trouble with Guile module loading. I've got a
> (use-modules ...) call which results in some warnings, which seem to be
> actually more like errors, as the modules aren't loaded.
>
> From loading one module, I get two errors in the form:
>
Hello,
amirouche skribis:
>> I think you need to use the VM’s “debug” engine, the one you get
>> when
>> invoking “guile --debug”.
>>
>> HTH!
>>
>
> Indeed, thanks a lot, I really appreciate your input as usual. I updated
> the code in the repository [0]
>
> [0]
> https://github.com/a-guile-mind