Re: [Chicken-users] Chicken release 4.2.0

2009-10-08 Thread Joshua Griffith
Thanks, it compiled without a problem but couldn't completely install: $ sudo make install PLATFORM=macosx ARCH=x86-64 Password: make -f ./Makefile.macosx install mkdir -p /usr/local/lib mkdir -p /usr/local/lib/chicken mkdir -p /usr/local/lib/chicken/4 mkdir -p /usr/local/share/chicken mkdir -p

Re: [Chicken-users] Chicken release 4.2.0

2009-10-08 Thread Joshua Griffith
Nevermind. I just had to delete the previous lib/chicken/ directory. -Josh On Thu, Oct 8, 2009 at 2:58 AM, Joshua Griffith josh.griff...@gmail.comwrote: Thanks, it compiled without a problem but couldn't completely install: $ sudo make install PLATFORM=macosx ARCH=x86-64 Password: make -f

Re: [Chicken-users] Chicken release 4.2.0

2009-10-07 Thread Joshua Griffith
Hello, When compiling Chicken 4.2 on OS 10.6.1, I get the following error: $ make PLATFORM=macosx make -f ./Makefile.macosx all gcc -no-cpp-precomp -fno-strict-aliasing -fno-common -DHAVE_CHICKEN_CONFIG_H -c apply-hack.x86.s -o apply-hack.x86.o apply-hack.x86.s:35:suffix or operands invalid for

[Chicken-users] Chicken release 4.2.0

2009-09-21 Thread Ivan Raikov
Hi all, Chicken 4.2.0 has been released. It can be downloaded from here: http://www.call-with-current-continuation.org/chicken-4.2.0.tar.gz Let me know if there are any problems. -Ivan On Thu, Sep 17, 2009 at 6:08 PM, Ivan Raikov ivan.g.rai...@gmail.com wrote: Hi all,      I have