[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to handle egg with multiple modules
From: |
felix . winkelmann |
Subject: |
Re: How to handle egg with multiple modules |
Date: |
Tue, 25 May 2021 13:42:21 +0200 |
> I have tried removing one of the 2 modules declared in the .egg but I
> have the same problem. When I remove the
> (species ui) import from darwin.scm it compiles and runs the tests
> but of course fails to resolve the symbol at runtime.
>
(modules species (species ui))
declares 2 modules, I"m not sure chicken-install can detect that the extension
consists of 2 files, with one module for each.
felix