Re: crunch-scheme: test script failed
Ben <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
The test are running fine now, thanks ``` [...] generating code fig-FORTH 1.1 OK -8968 OK EOF from terminal ``` On Tue, Dec 10, 2024, at 9:20 PM, [email protected] wrote: >> Hi felix, >> >> In v0.6, the module (crunch c) doesn't have (crunch compiler types) listed as a component dependency in the egg file: >> >> (extension crunch.c >> (component-dependencies crunch.compiler.type)) > > Thanks, I have pushed a new version (0.7). > >> >> It built fine after adding that, but tests here failed with: >> >> > > It seems the crunch-utf.o file wasn't linked. Something wrong in the test > script, I will push a fix in the next version - I'm sure we find more things > to repair... > > > felix