[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Chicken on PPC macs?
From: |
Ozzi |
Subject: |
[Chicken-users] Chicken on PPC macs? |
Date: |
Wed, 17 Oct 2007 19:33:08 -0500 |
User-agent: |
Thunderbird 2.0.0.6 (Macintosh/20070728) |
I've got an older G3 iBook that I'm trying to get Chicken working on in
preparation to getting it going on some G4 servers. Normally I run it on an
Intel mac, and I'm running into some problems. Chicken itself installed fine
(latest release from source), but now I'm working on extensions and so far it's
a no go.
Below is the output from it trying to compile packrat. Any hints? If all else
fails I'll get a debian box running, which I've been meaning to do anyway, but
I'd like to be able to put that off a bit longer.
Thanks for any help,
Ozzi
downloading packrat.egg from (www.call-with-current-continuation.org eggs 80)
installing required extensions ...
/usr/local/bin/csc -feature compiling-extension packrat.scm -s -O2 -d1 -R
syntax-case
Error: call of non-procedure: #<unbound value>
Call history:
<syntax> (begin (##core#require-extension (quote
syntax-case)))
<syntax> (##core#require-extension (quote syntax-case))
<syntax> (begin (begin (##core#require-for-syntax (quote
syntax-case))) (##core#undefined))
<syntax> (begin (##core#require-for-syntax (quote
syntax-case)))
<syntax> (##core#require-for-syntax (quote syntax-case))
<syntax> (quote syntax-case) <--
*** Shell command terminated with exit status 1: /usr/local/bin/chicken
packrat.scm -output-file packrat.c -dynamic -feature chicken-compile-shared
-quiet -feature compiling-extension -optimize-level 2 -debug-level 1
-require-extension syntax-case
Error: shell invocation failed with non-zero return status
"/usr/local/bin/csc -feature compiling-extension packrat.scm -s -O2 -d1 -R
synt...
256
- [Chicken-users] Chicken on PPC macs?,
Ozzi <=