Re: [Chicken-users] chicken-setup

2009-02-24 Thread Jim Ursetto
On Tue, Feb 24, 2009 at 2:07 AM, Sven Hartrumpf sven.hartru...@fernuni-hagen.de wrote: I am building chicken from svn and stumbled across the fact that chicken-setup will not be build any more (since around 2008-09-25?). Are you building Chicken 4? It's called chicken-install now.

Re: [Chicken-users] http egg and closed persistent connections

2009-02-24 Thread Peter Bex
On Mon, Feb 23, 2009 at 01:26:11PM -0800, Drew Hess wrote: John Cowan co...@ccil.org writes: (It'd be nice if this behavior were documented in the wiki, by the way. The documentation says that the header value returned by http:send-request is always a string.) The reason it's a wiki

Re: [Chicken-users] Passing blobs to glGetDoublev in (hacked) OpenGL egg

2009-02-24 Thread Eduardo Cavazos
Eduardo Cavazos wrote: What could I change that to such that blobs are allowed as the second argument? Jim Ursetto wrote: void glGetDoublev( GLenum pname, ___byte_vector params ); (The egg should probably be updated to replace or alias ___blob to ___byte_vector...) Note: you will

Re: [Chicken-users] http egg and Connection: close header

2009-02-24 Thread Peter Bex
On Mon, Feb 23, 2009 at 01:44:10PM -0800, Drew Hess wrote: I think that http-client should look for (Connection . close) in the client's request headers and close the connection explicitly upon finishing the request. It doesn't do that right now. If the server doesn't respond with a close of