chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Having trouble statically compiling code


From: Peter Bex
Subject: Re: [Chicken-users] Having trouble statically compiling code
Date: Sun, 21 Aug 2016 20:18:14 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]