[Ecls-list] minor error in ffi.d ?
Anton Vodonosov
avodonosov at yandex.ru
Sun Aug 24 10:45:44 UTC 2008
on Sunday, August 24, 2008, 8:19:38 AM Robert wrote:
> Hello,
> I compiled ECL from CVS today. Make failed at first because gcc
> complained about an undefined reference to cl_coerce_to_filename.
> The patch shown below makes gcc happy.
Do you able to complete ECL build?
I can not. The patch indeed makes gcc happy, but at some
point build process stops with ECL REPL prompt.
I am using mingw.
The last messages from make:
make[2]: Leaving directory `/c/usr/projects/ecl/ecl/build/c'
if [ -f CROSS-COMPILER ]; then \
touch ecl_min.exe; \
else \
gcc -o ecl_min.exe cinit.o c/all_symbols.o -L./ libeclmin.a -leclgmp -leclgc -lm -lws2_32 ;\
fi
sed -e 's, at ecldir\\@,/c/usr/projects/ecl/ecl-2008-08-24-mingw-bin/lib/ecl/,g' \
-e 's, at libdir\\@,/c/usr/projects/ecl/ecl-2008-08-24-mingw-bin/lib/,g' < compile.pre > compile.lsp
echo "#" `uname -a` > BUILD-STAMP
head -8 config.log | tail -6 >> BUILD-STAMP
if [ -f CROSS-COMPILER ]; then \
./CROSS-COMPILER compile; \
else \
./ecl_min compile; \
fi
;*** Lisp core booted ****
ECL (Embeddable Common Lisp) 65536 pages
Broken at TOP-LEVEL. File: #P"c:/usr/projects/ecl/ecl/src/lsp/top.lsp" (Form #26)No restarts available.
Top level.
SI>
-Anton
More information about the ecl-devel
mailing list