Hello, I confirm that the problem on undeclared alloca() function has been fixed after this change.
Sincerely, Carlo Bramini. ---------- Initial Header ----------- >From : guile-devel-bounces+carlo.bramix=libero...@gnu.org To : guile-devel@gnu.org Cc : Date : Tue, 24 Mar 2009 23:39:43 +0100 Subject : Re: Again on Windows support > Hello, > > Neil Jerram <n...@ossau.uklinux.net> writes: > > > "carlo.bramix" <carlo.bra...@libero.it> writes: > > > >> Hello! > >> > >>> > LIBGUILE/GSUBR.C > >>> > ================ > >>> > function alloca() is undefined because under Windows the intrinsic > >>> > function is called _alloca(). > >>> > >>> Hm, I thought the Gnulib alloca thing should have fixed this. Does > >>> adding #include <alloca.h> in gsubr.c not fix this? > >>> > >> > >> <alloca.h> does not exists here. > >> Unfortunately, we (Windows users) have no other choice than including > >> malloc.h > > > > There should be an <alloca.h> in the "lib" subdirectory of the > > distribution. My one includes: > > Oops, it was not included. Fixed: > > > http://git.savannah.gnu.org/cgit/guile.git/commit/?id=020348bb87860c8294be64a17b7de732c8265fbc > > Thanks, > Ludo'. >