Re: [Chicken-users] exact fractions

2007-12-16 Thread Rick Taube
the numbers egg doesnt seem to build on my OSX box, this is the first time ive tied buiding an egg so if im doint something wrong please let me know best, rick galen:/Lisp/grace hkt$ csi -v CHICKEN Version 2.737 - macosx-unix-gnu-ppc [ manyargs dload ptables applyhook ]

Re: [Chicken-users] exact fractions

2007-12-16 Thread Elf
do you have gmp properly installed? -elf On Sun, 16 Dec 2007, Rick Taube wrote: the numbers egg doesnt seem to build on my OSX box, this is the first time ive tied buiding an egg so if im doint something wrong please let me know best, rick galen:/Lisp/grace hkt$ csi -v CHICKEN Version

[Chicken-users] Chase's Sequence - syntax fixes, examples, anagram index

2007-12-16 Thread metaperl.j
1 - Mario fixed the code for Chase's Sequence - http://galinha.ucpel.tche.br:8080/Chase%20Sequence - so that it compiles - http://paste.lisp.org/display/50948#1 It had some parenthesis issues. Probably best to update the wiki with the fixed version. 2 - Could some typical usage examples of this

Re: [Chicken-users] ANN: scheme-complete.el 0.3

2007-12-16 Thread Ivan Shmakov
AS == Alex Shinn [EMAIL PROTECTED] writes: On Nov 14, 2007 4:05 PM, Ivan Shmakov [EMAIL PROTECTED] wrote: Could the server be configured to send Content-Type: application/emacs-lisp Content-Transfer-Encoding: gzip s/Transfer-/, of course. instead of Content-Type:

Re: [Chicken-users] help with intermittent crash (?)

2007-12-16 Thread Rick Taube
OK i managed to trigger the crash using the Debug version of chicken. Here is the trace in case anything is jumping out this is with Chicken init: heap=50 stack=64000. Date/Time: 2007-11-23 11:15:03.020 -0600 OS Version: 10.4.11 (Build 8S165) Report Version: 4 Command: Grace

[Chicken-users] Problems using meroon

2007-12-16 Thread Luke McCarthy
I have installed Meroon with chicken-setup meroon. I am using Chicken 2.6 on Linux. I have tried a simple example like this: (require-extension meroon) (define-class Point Object (x y)) But I get these compile-time warnings: Warning: variable `x' used but not imported Warning: variable `y'

Re: [Chicken-users] Cocoa Bridge and Chicken gui repl

2007-12-16 Thread Jacques Vidrine
On Dec 3, 2007, at 6:37 AM, Thomas Christian Chust wrote: Glen Foy schrieb: [...] The only problem is that Grace/Juce is a Carbon application, and Carbon is probably on the way out. Apple is ruthless when it comes to orphaning old technologies. [...] Hello, I would deem it highly unlikely

[Chicken-users] Problem installing silex egg

2007-12-16 Thread Kevin Hammack
I downloaded the latest chicken release and compiled it on my PowerBook running 10.4.11. Seems to work fine, but I can't get silex to load after installing it with chicken-setup. It failes (use silex) with #;1 (use silex) ; loading /home/khammack/sw/chicken/lib/chicken/3/silex.so ...

Re: [Chicken-users] help with intermittent crash (?)

2007-12-16 Thread Rick Taube
I dont know how this (very stale) post took so long to arrive to the users list but this bug has already been fixed by felix in the svn version of chicken so please disregard... On Nov 23, 2007, at 11:19 AM, Rick Taube wrote: OK i managed to trigger the crash using the Debug version of

Re: [Chicken-users] Problems using meroon

2007-12-16 Thread Zbigniew
If you have not done so already, try: csc -X meroon file.scm ./file I think this error will occur if you leave the -X meroon out. On Dec 14, 2007 8:06 PM, Luke McCarthy [EMAIL PROTECTED] wrote: I have installed Meroon with chicken-setup meroon. I am using Chicken 2.6 on Linux. I have tried a

Re: [Chicken-users] chicken bug?

2007-12-16 Thread Kon Lovett
On Nov 7, 2007, at 1:10 PM, naruto canada wrote: On 11/7/07, felix winkelmann [EMAIL PROTECTED] wrote: On Nov 5, 2007 4:30 AM, naruto canada [EMAIL PROTECTED] wrote: Ok, I don't know what to make of this. One thing I noticed was that row-reduce should never have been called. This example

Re: [Chicken-users] exact fractions

2007-12-16 Thread Thomas Christian Chust
Rick Taube schrieb: [...] otherwise, if it doesnt care, then it shouldnt continually nag them about it so that they cant do it unless they go hack the system's code and rebuild. for example, sbcl nags all the time but you can gag it without rebuilding the system, by doing (muffle-warnings