[Chicken-users] libchicken-static.lib (MSVC) is not static, and one more question

2008-12-05 Thread Ivan Shcheklein
Hi, -- It seems that "libchicken-static.lib" is compiled with /MD[d] compiler option. Consequently it requires MSVCR**.DLL. I suppose, /MT[d] option should be used for "-static" version of the library. -- Is it possible to compile "chicken-static.exe" version with current Makefile.msvc? Thanks in

Re: [Chicken-users] s11n and tinyclos

2008-12-05 Thread felix winkelmann
On Thu, Dec 4, 2008 at 8:09 AM, Shawn Rutledge <[EMAIL PROTECTED]> wrote: > On 10/29/08, felix winkelmann <[EMAIL PROTECTED]> wrote: >> This means that no entry is stored in the local "procedure table". >> What's the output of "chicken -version"? Does it show "ptables"? > > Sorry I didn't get back

Re: [Chicken-users] Re: New svnwiki features, updating galinha installation

2008-12-05 Thread felix winkelmann
Hi, Alejo! Many thanks for your excellent work. I'm impressed how svnwiki aquires more and more funky features and looking forward to use some of the improved markup for documentation. Currently im still working on the module/macro system and try to port eggs without making much use of the wiki (

Re: [Chicken-users] replacing the "write" function

2008-12-05 Thread felix winkelmann
On Fri, Dec 5, 2008 at 5:31 AM, Shawn Rutledge <[EMAIL PROTECTED]> wrote: > > Anyway, I need to detect that we are about to send a tinyclos object, > and instead send the s-expression which when eval'd, will create the > proxy for it instead. I wish I didn't have to re-invent the "write" > functio