On Sun, Aug 21, 2016 at 04:47:11PM +0100, stugol wrote:
>    Hi Peter, and thanks for the help.
> 
>    I've modified it as per your instructions, but when I run the resultant
>    exe, but now I'm getting:
> 
>      (require) cannot load extension: matchable
> 
>                 Call history:
>                 uri-generic.scm:58: ##sys#require                     <--

Hello again,

This seems to be due to the fact that "find-depends-forms" only scans for
(depends ...) in meta files, but uri-generic uses (needs ...), which is
an alias.

If I fix that, I get a similar error about defstruct in uri-common.  The
log shows that indeed, uri-common is compiled without "-uses defstruct".
I don't quite understand why, though.

Cheers,
Peter

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to