Re: [Chicken-users] salmonella + test egg failure

2019-01-28 Thread Mario Domenech Goulart
Hi, On Mon, 28 Jan 2019 23:46:26 +0100 lundi wrote: > Thanks Mario, that does indeed fix the issue. Great! > Now I see that it's even mentioned in > https://wiki.call-cc.org/eggs%20tutorial. > My apologies for failing to rtfm. No worries. All the best. Mario -- http://parenteses.org/mario

Re: [Chicken-users] I'm trying to use the cairo egg with the sdl2 egg but not making much progress. An

2019-01-28 Thread Matt Welland
With this I was able to get a sample page up. Thanks! If Christian Kellermann, owner of cairo, sees this and would like to add an sdl2 demo to the cairo egg please let me know. On Mon, 2019-01-28 at 08:12 +0100, ko...@upyum.com wrote: > Matt Welland wrote: > > Assuming it is possible, I'd like

Re: [Chicken-users] salmonella + test egg failure

2019-01-28 Thread lundi
Thanks Mario, that does indeed fix the issue. Now I see that it's even mentioned in https://wiki.call-cc.org/eggs%20tutorial. My apologies for failing to rtfm. Best wishes, -Heinz On 1/28/19 11:19 PM, Mario Domenech Goulart wrote: Hi, On Mon, 28 Jan 2019 23:02:23 +0100 lundi wrote: Trying

Re: [Chicken-users] salmonella + test egg failure

2019-01-28 Thread Mario Domenech Goulart
Hi, On Mon, 28 Jan 2019 23:02:23 +0100 lundi wrote: > Trying to lint my work-in-progress egg with salmonella. Got a > tests/run.scm set up with some tests, using Alex Shinn's test egg. I > can run my test code in csi, but not with salmonella. From > salmonella.log: > > Error: (import) during

[Chicken-users] salmonella + test egg failure

2019-01-28 Thread lundi
Hello, Trying to lint my work-in-progress egg with salmonella. Got a tests/run.scm set up with some tests, using Alex Shinn's test egg. I can run my test code in csi, but not with salmonella. From salmonella.log: Error: (import) during expansion of (import ...) - cannot import from

Re: [Chicken-users] HMAC for CHICKEN 5

2019-01-28 Thread Thomas Hintz
Evan Hanson writes: > On 2019-01-27 17:54, Thomas Hintz wrote: >> I've updated the HMAC egg for CHICKEN 5. If it seems done right it'd be >> cool to see it living in the coop. I forget what URL is needed but it >> lives here: https://code.thintz.com/chicken-scheme-hmac/ If possible >> could I

Re: [Chicken-users] Issue when linking statically

2019-01-28 Thread Evan Hanson
Hi Jörg, Rather than (csc-options ...) you might try (linkage static): http://wiki.call-cc.org/man/5/Egg%20specification%20format#linkage Evan On 2019-01-28 14:07, Jörg F. Wittenberger wrote: > Hi all, > > trying link a CHICKEN 5 program against the openssl egg fails badly for me. > > In

[Chicken-users] Issue when linking statically

2019-01-28 Thread Jörg F . Wittenberger
Hi all, trying link a CHICKEN 5 program against the openssl egg fails badly for me. In the egg file I have openssl among the dependencies and (component-options (csc-options -static -v ) (link-options -L "-pthread -l:libssl.a -l:libcrypto.a" )) This links successfully, but when the