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'.