[Ecls-list] Win32 build error

Marko Kocić marko.kocic at gmail.com
Wed Feb 6 12:45:10 UTC 2008


While building latest CVS version I got the following error:

...
if [ -f CROSS-COMPILER ]; then \
        ./CROSS-COMPILER compile; \
else \
        ./ecl_min compile; \
fi
;*** Lisp core booted ****
ECL (Embeddable Common Lisp)  65536 pages
"" is not a base-string with a fill-pointer.
"" is not a base-string with a fill-pointer.
.... more same lines ...
"" is not a base-string with a fill-pointer.
"" is not a base-string with a fill-pointer.
""make[1]: *** [bin/ecl.exe] Error 5
make[1]: Leaving directory `/c/tmp/ecl/build'
make: *** [all] Error 2

It is configured with:
./configure --prefix=/c/lisp/app/ecl --enable-threads --enable-unicode
--enable-c99-complex --with-clx

Last version that I built successfully was "0.9j (CVS 2008-01-28 11:22)"




More information about the ecl-devel mailing list