[Chicken-users] chicken+iup+sql-de-lite installer for windows available

2011-01-25 Thread Matt Welland
Thanks to a great deal of help from Thomas Chust I have a mostly working windows chicken installer that includes the iup and sql-de-lite eggs. Tested so far only on Windows 7. http://www.kiatoa.com/setup-chicken-iup.exe You will have to add C:\chicken and C:\chicken\bin to your windows path. You

[Chicken-users] Gazette issue 18

2011-01-25 Thread Christian Kellermann
Dear Fans, after a two week resting phase I am proud to give you issue 18. Thanks to Moritz for writing the Chicken Talk section, Peter providing support and listen to me whine, Mario for being the net reporter, rien_ for proofreading and the other nice people on #chicken. Enough now, enjoy!

Re: [Chicken-users] chicken-doc

2011-01-25 Thread David Dreisigmeyer
Thanks Christian. -Dave On Tue, Jan 25, 2011 at 11:29 AM, Christian Kellermann wrote: > * David Dreisigmeyer [110125 17:23]: >> I've installed the chicken-doc egg.  Now, if I run: >> >> csi -R chicken-doc >> > > You did not initialise a chicken-doc repository as explained here: > http://chickade

Re: [Chicken-users] chicken-doc

2011-01-25 Thread Christian Kellermann
* David Dreisigmeyer [110125 17:23]: > I've installed the chicken-doc egg. Now, if I run: > > csi -R chicken-doc > You did not initialise a chicken-doc repository as explained here: http://chickadee.call-cc.org/chickadee/chicken-doc Kind regards, Christian __

[Chicken-users] chicken-doc

2011-01-25 Thread David Dreisigmeyer
I've installed the chicken-doc egg. Now, if I run: csi -R chicken-doc I get the following error: CHICKEN (c)2008-2010 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.6.0 macosx-unix-gnu-x86-64 [ 64bit manyargs dload ptables ] compiled 2011-01-13 on new-host.home (Darwin) ; loading

Re: [Chicken-users] Tokyo Cabinet Error

2011-01-25 Thread Thomas Hintz
> Where does this "localive" come from? I must have miss-typed it. It is actually # On Tue, Jan 25, 2011 at 9:39 AM, Felix < fe...@call-with-current-continuation.org> wrote: > From: Thomas Hintz > Subject: Re: [Chicken-users] Tokyo Cabinet Error > Date: Tue, 25 Jan 2011 09:20:37 -0500 > > > I'

Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-25 Thread Mehmet Kose
#;13> (use utf8-case-map) #;14> (utf8-string-downcase "İ" "tr") ; this code should return "i" "I" ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Tokyo Cabinet Error

2011-01-25 Thread Felix
From: Thomas Hintz Subject: Re: [Chicken-users] Tokyo Cabinet Error Date: Tue, 25 Jan 2011 09:20:37 -0500 > I'm trying to use the tokyocabinet egg and I've been unable to get it to > work. This is what I get: > > (use tokyocabinet) > > (define *db* (tc-hdb-open "the-db")) > > (tc-hdb-put!

Re: [Chicken-users] Tokyo Cabinet Error

2011-01-25 Thread Thomas Hintz
I'm trying to use the tokyocabinet egg and I've been unable to get it to work. This is what I get: (use tokyocabinet) (define *db* (tc-hdb-open "the-db")) (tc-hdb-put! *db* "key" "value") (tc-hdb-get *db* "key") Error: bad argument type - not a number vector # s32vector Call history:

Re: [Chicken-users] coops

2011-01-25 Thread Felix
From: sch...@uni-potsdam.de Subject: Re: [Chicken-users] coops Date: Wed, 19 Jan 2011 03:09:22 +0100 >> The version you install is 1.1 > > Then a new version does not solve my problem. Here is some code: > > (define-generic (show s)) > > (define-method (show (s )) > (number->string s)) > > (

Re: [Chicken-users] Anyone successfully installed iup on Windows?

2011-01-25 Thread Thomas Chust
2011/1/25 Matt Welland : > [...] > Your success is good to hear. Can you share some details of how you did > this? > [...] Hello Matt, well, I did the canonical thing: * Install a fresh Windows XP and all available system updates in a virtual machine * Add C:/Programme/MinGW/bin, C:/Program