1 Jul 2005 17:35
successful compilation using MS-VC 6.0, 2 tests failed
Hoehle, Joerg-Cyril <Joerg-Cyril.Hoehle <at> t-systems.com>
2005-07-01 15:35:43 GMT
2005-07-01 15:35:43 GMT
Hi, after years I built again a MS-VC 6.0 version from CVS (without sigsegv, which I have to pull and build from whereever). It passed the stage and tests/. Except for 2: Form: (LET ((*X* NIL)) (DECLARE (SPECIAL *X*)) (LET ((*F* #'(LAMBDA NIL *X*))) (DECLARE (SPECIAL *F*)) (EVAL `(MACROLET ((%M (*X*) (DECLARE (SPECIAL *F*)) (FUNCALL *F*))) (%M T))))) CORRECT: NIL CLISP : T in bind-eval.erg and bind-compile.erg Please regenerate makefile.msvc* There's another tiny problem, which I encountered each time since <2.28: o libcharset.h is copied/linked, but localcharset.h is never so. Thus, it's not found (I linked it into the src/ dir by hand). ln -s ../libcharset/include/localcharset.h via the underlying Linux Samba server I only built lisp.exe and lispinit.mem. I've never used clisp[.exe] on MS-Windows or Linux. Regards, Jorg Hohle. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles,(Continue reading)
RSS Feed