[Chicken-users] [panic] invalid encoded numeric literal with gtk

2015-02-17 Thread Hugo Arregui
Hi guys, I'm puzzled by a strange error I found playing with gtk, it might be something silly, but I cannot grok it. The code is pretty simple: - ;-- test.scm (import chicken scheme foreign) # #include gtk/gtk.h int main(int argc, char** argv) { gtk_init(argc, argv);

Re: [Chicken-users] Help with udp6 / socket

2015-02-17 Thread Jim Ursetto
I’ve documented the family parameter to udp-open-socket and fleshed out the examples (including a daytime client/server pair). Hope this helps. http://api.call-cc.org/doc/udp6 Jim On Feb 17, 2015, at 03:56, Scott McCoid mccoid.sc...@gmail.com wrote: Hi Jim, This completely worked for

Re: [Chicken-users] dbus egg memory leak fixes

2015-02-17 Thread rivo
Hi, Shawn Rutledge My first attempt to automate the DBusMessageIter memory management has failed cause sub-iterator saves the reference to the parent iterator. Using finalizer maybe a good idea but introduce unnecessary gc penalty (not sure,need to be proofed), DBusMessage reference-counted

Re: [Chicken-users] Help with udp6 / socket

2015-02-17 Thread Scott McCoid
Hi Jim, This completely worked for me, thanks for the clear example! I didn't even think to check if (udp-open-socket) also accepted extra arguments. Thanks again! Scott On Tue, Feb 17, 2015 at 4:17 AM, Jim Ursetto zbignie...@gmail.com wrote: Scott, This works on my system (10.10.2, CHICKEN

[Chicken-users] mifgration of some files from call/cc.org to code.call-cc.org

2015-02-17 Thread Felix Winkelmann
Hello! In an attempt to clean up stuff from the www.call-with-current-continuation.org website, I have moved many files to code.call-cc.org/legacy-eggs. This includes the tarballs directory, which holds some source code archives referred to in (mostly) older eggs. The tarballs-directory can now