Has anyone been able to install clisp on an Intel Mac? My attempts end with the following error message:

gcc -I/sw/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit - Wreturn-type -g -DDEBUG_OS_ERROR -DDEBUG_SPVW -DSAFETY=3 - DUNIX_BINARY_DISTRIB -DUNICODE -DNO_SIGSEGV -L/sw/lib -x none spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.o array.o hashtabl.o list.o package.o record.o sequence.o charstrg.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o unixaux.o ari80386.o modules.o / sw/lib/libintl.dylib /sw/lib/libiconv.dylib libcharset.a -lreadline - lncurses /sw/lib/libiconv.dylib -o lisp.run
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
sync
./lisp.run -B . -N locale -Efile UTF-8 -Eterminal UTF-8 -norc -m 750KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit))"
STACK depth: 23983
C_CODE_ALIGNMENT is wrong. &EVAL-WHEN = 0x3ca96.
Add -falign-functions=4 to CFLAGS in the Makefile.
make: *** [interpreted.mem] Abort trap
./lisp.run -B . -N locale -Efile UTF-8 -Eterminal UTF-8 -norc -m 750KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit))"
STACK depth: 23983
C_CODE_ALIGNMENT is wrong. &EVAL-WHEN = 0x3ca96.
Add -falign-functions=4 to CFLAGS in the Makefile.
make: *** [interpreted.mem] Abort trap
### execution of cd failed, exit code 2
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-clisp-2.32-1003
(Reading database ... 11253 files and directories currently installed.)
Removing fink-buildlock-clisp-2.32-1003 ...
Failed: phase compiling: clisp-2.32-1003 failed

I've attempted using both the stable and unstable trees without success and also tried adding the recommended change (-falign- functions=4) to clisp.patch.

Cheers,

Andreas


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to