Re: [Chicken-users] Using xlib egg

2007-11-26 Thread William Ramsay
Well, that explains it. Thanks. Elf wrote: gdk display != x display -elf On Sun, 25 Nov 2007, William Ramsay wrote: Hi, Can anyone explain why I'm getting a segmentation fault when I run the following code: (require-extension xlib) . (let* ((disp (gdk_display_get_default))

[Chicken-users] chicken and gcc-2.95.3

2007-11-26 Thread naruto canada
hi I still have systems that has the gcc-2.95.3 glibc-2.2.4 combination. Of the several eggs that I've tried to compile, numbers.egg ran into trouble. Any hope of getting it to work? Thanks. [EMAIL PROTECTED]: chicken-setup -d -k numbers /usr/bin/csc -feature compiling-extension -k -s -O2

Re: [Chicken-users] chicken and gcc-2.95.3

2007-11-26 Thread John Cowan
naruto canada scripsit: I still have systems that has the gcc-2.95.3 glibc-2.2.4 combination. Of the several eggs that I've tried to compile, numbers.egg ran into trouble. Any hope of getting it to work? Thanks. I seem to remember that this is what happens when libgmp is not installed.

Re: [Chicken-users] chicken and gcc-2.95.3

2007-11-26 Thread naruto canada
On 11/26/07, John Cowan [EMAIL PROTECTED] wrote: naruto canada scripsit: I still have systems that has the gcc-2.95.3 glibc-2.2.4 combination. Of the several eggs that I've tried to compile, numbers.egg ran into trouble. Any hope of getting it to work? Thanks. I seem to remember that

Re: [Chicken-users] Installing easyffi egg fails

2007-11-26 Thread Mario Domenech Goulart
Hi Tero, On Mon, 26 Nov 2007 22:23:29 +0200 Tero Kukola [EMAIL PROTECTED] wrote: I installed the silex egg, no problems. When I try to install the easyffi egg, I get the next error: [EMAIL PROTECTED]:~/temp$ sudo chicken-setup easyffi The extension easyffi does not exist. Do you want to

[Chicken-users] Keyword Macro Expansion

2007-11-26 Thread Joshua Griffith
Is there a reason why the macro below results in an error? Is a keyword something other than a symbol? Thanks, -Josh. CHICKEN Version 2.731 - macosx-unix-gnu-x86 - [ manyargs dload ptables applyhook ] (c)2000-2007 Felix L. Winkelmann | compiled [ . . . ] (Darwin) ; loading

[Chicken-users] Re: Keyword Macro Expansion

2007-11-26 Thread Joshua Griffith
I just found string-keyword. Sorry! -Josh On Nov 27, 2007, at 12:22 AM, Joshua Griffith wrote: Is there a reason why the macro below results in an error? Is a keyword something other than a symbol? Thanks, -Josh. CHICKEN Version 2.731 - macosx-unix-gnu-x86 - [ manyargs dload ptables