chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Muhammad Haggag
Subject: [Chicken-users] [Win32+VC8] Build problems: Stack overflow
Date: Sun, 22 Apr 2007 08:03:22 +0200

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
C:/Users/Muhammad/build-chicken-2.6/match.c
Error: stack overflow
       Call history:
       <syntax>                (begin (register-feature! (quote match)))
       <syntax>                (register-feature! (quote match))
       <syntax>                (quote match)   <--
NMAKE : fatal error U1077: 'boot\chicken-boot.exe' : return code '0x46'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

I tried editing the make file CMakeFiles/boot-c.dir/build.make to use
a larger stack size when compiling this file, but modifications seem
to have no effect--NMake isn't seeing them, so I'm doing it wrong
somehow (possibly modifying the wrong file).

Note that building from the IDE doesn't work either--I tried it first.
It gets stuck in exporting stuff from/to utils.export IIRC.

Any help would be greatly appreciated.
--
Muhammad Haggag




reply via email to

[Prev in Thread] Current Thread [Next in Thread]