|
From: Sam S. <sd...@gn...> - 2000-11-23 20:28:38
|
> * In message <148...@an...> > * On the subject of "Compiling cllib under CMUCL" > * Sent on Wed, 22 Nov 2000 20:36:28 -0500 (EST) > * Honorable Matt Curtin <cmc...@in...> writes: > > I got the CLOCC tarball and followed the directions in INSTALL: I use CVS. maybe you would have a better luck with it too. > > $ cd src/cllib > > $ make system > > /local/tmp/clocc/clocc/bin/run-lisp -i /local/tmp/clocc/clocc/clocc-top \ > > -x '(funcall (intern "COMPILE-SYSTEM" :mk) "cllib")' > > ; Loading #p"/local/tmp/clocc/clocc/clocc-top.sgif". > > ; Loading #p"/local/tmp/clocc/clocc/src/cllib/cllib.system". > > > > In: LET (TBC) > > (LET (TBC) > > (MAKE:DEFSYSTEM CLLIB > > :SOURCE-PATHNAME > > (TRANSLATE-LOGICAL-PATHNAME "clocc:src;cllib;") > > :SOURCE-EXTENSION ..)) > > Warning: Variable TBC defined but never used. this is not an error. > > make: *** [system] Error 1 what was the last message from CMUCL? I have no problem compiling everything with CMUCL 18b on solaris 2.5.1 please note that some things in cllib require Gray streams, not dumped with CMUCL by default. you will have to get 2 files gray-streams*.lisp from the CMUCL sources, compile and load them. -- Sam Steingold (http://www.podval.org/~sds) Support Israel's right to defend herself! <http://www.i-charity.com/go/israel> Sufficiently advanced stupidity is indistinguishable from malice. |