[Chicken-users] Spiffy + Windows

2009-02-20 Thread Rafael Ibraim
Hello ! Is possible to run spiffy in MS windows ? I've tried the normal setup (using chicken-setup), but apparently there is an error in one file... a missing #define... I tried google and find some patches, but none worked for me. Any ideas ? -- Rafael Ibraim ibraim...@gmail.com __

Re: [Chicken-users] Spiffy + Windows

2009-02-21 Thread Peter Bex
On Fri, Feb 20, 2009 at 10:52:27PM -0300, Rafael Ibraim wrote: > Hello ! Is possible to run spiffy in MS windows ? I've tried the > normal setup (using chicken-setup), but apparently there is an error > in one file... a missing #define... I tried google and find some > patches, but none worked for

Re: [Chicken-users] Spiffy + Windows

2009-02-22 Thread Rafael Ibraim
Here we go: Warning: local assignment to unused variable `*sendfile:last-selected-implement tion*' may be unintended sendfile.c:10:21: chicken.h: No such file or directory In file included from sendfile.c:12: os-dep.h:8:21: chicken.h: No such file or directory sendfile.c:14: error: syntax error be

Re: [Chicken-users] Spiffy + Windows

2009-02-22 Thread Jim Ursetto
On Sun, Feb 22, 2009 at 6:56 AM, Rafael Ibraim wrote: > sendfile.c:10:21: chicken.h: No such file or directory If this is the original error, it means it can't find your Chicken installation at all, a bigger problem than just a missing #define. Can you build any other eggs?