Re: What is this message trying to tell me? csc: could not find linked extension: chicken.csi

2022-05-26 Thread Matt Welland
Thanks Felix, that was the hint I needed. I was calling (repl). Once I removed that it compiled static just fine. On Wed, May 25, 2022 at 5:00 PM wrote: > > ck5 csm -program kvpub -static > > '/home/mrwellan/data/buildall/ck5.3/bin/csc' '-c' '-static' '-J' > >

Module Exports

2022-05-26 Thread Christian Himpe
Dear All, I was wondering about module definition, particularly about the export syntax. The documentation ( http://wiki.call-cc.org/man/5/Modules ) states that a module is defined by: (module NAME (EXPORT ...) BODY ...) Now, there also exists an `(export ...)` form for appending the exports

Re: New egg: (slib wt-tree) weight-balanced trees

2022-05-26 Thread Mario Domenech Goulart
Hi, On Wed, 25 May 2022 21:19:12 -0400 Wolfgang Corcoran-Mathe wrote: > I'm renaming the above egg to slib-wt-tree, since Henrietta doesn't > like the embedded dot in slib.wt-tree. Note that the name of the > module hasn't changed: it's still (slib wt-tree) or slib.wt-tree. > So, to install