[Chicken-users] [Win32+VC8] Build problems: Stack overflow

2007-04-22 Thread Muhammad Haggag
Greetings, I'm trying to build chicken-scheme on Windows Vista 32 bit, with Visual Studio 8 SP1, from the command-line. After generating the makefile, NMake always fails at 40% progress with the following: [ 40%] Compiling C:/Users/Muhammad/chicken-2.6/match.scm to

[Chicken-users] ARM compilation problems

2007-04-22 Thread Shawn Rutledge
I'm trying to compile chicken 2.6 on my Zaurus with gcc 3.4.4. It gets fairly far along. /bin/sh ./libtool --mode=link gcc -Os -fomit-frame-pointer -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -DC_ENABLE_PTABLES -DC_NO_PIC_NO_DLL -export-dynamic -o chicken chicken.o support.o

Re: [Chicken-users] chicken with other makes than cmake

2007-04-22 Thread John Cowan
bryan rasmussen scripsit: compilation with other makes than cmake, problems experiences any useful tips? links to horror stories? CMake is not a make; it is a makefile generator like Imake or Autotools. After running CMake, you run make. Windows versions of CMake can also generate VS solution

Re: [Chicken-users] [Win32+VC8] Build problems: Stack overflow

2007-04-22 Thread Liam Clarke
Muhammad Haggag wrote: Greetings, I'm trying to build chicken-scheme on Windows Vista 32 bit, with Visual Studio 8 SP1, from the command-line. After generating the makefile, NMake always fails at 40% progress with the following: [ 40%] Compiling C:/Users/Muhammad/chicken-2.6/match.scm to

Re: [Chicken-users] Spiffy bug

2007-04-22 Thread Peter Bex
On Sat, Apr 21, 2007 at 07:03:00PM +0800, John Janecek wrote: if spiffy serves a webpage that has a JS redirect in it. It will get an error unable to write to socket. If the page is served repeatedly eventually the server just locks up. If you can produce a testcase, please open a ticket in

Re: [Chicken-users] ARM compilation problems

2007-04-22 Thread Mario Domenech Goulart
Hi Shawn, On Sat, 21 Apr 2007 23:28:32 -0700 Shawn Rutledge [EMAIL PROTECTED] wrote: I'm trying to compile chicken 2.6 on my Zaurus with gcc 3.4.4. It gets fairly far along. /bin/sh ./libtool --mode=link gcc -Os -fomit-frame-pointer -fno-strict-aliasing -Wall -Wno-unused

Re: [Chicken-users] ARM compilation problems

2007-04-22 Thread Shawn Rutledge
I see it's the same errors, but I was not using cmake as far as I know... just ran ./configure and then make. I wonder if it has to do with libraries being in strange places. I don't have the space to install the entire compiler etc. on the built-in flash (the root fs is only 32 megs) but

Re: [Chicken-users] Debian Package

2007-04-22 Thread Alex Queiroz
Hallo, On 4/22/07, Michael McDermott [EMAIL PROTECTED] wrote: Here is the release 2.6 package I created for my own system. Debian packages for the AMD64 architecture, version 2.6, are in: http://www.ventonegro.org/chicken/ Their version is 0.1 to allow a smooth upgrade when the