20 Apr 2005 19:30
problem compiling CVS version of clocc
Ram Bhamidipaty <ram <at> verisity.com>
2005-04-20 17:30:45 GMT
2005-04-20 17:30:45 GMT
(oops - I saw that I should send bug reports here...)
I am using SBCL-0.8.21 on solaris.
I am following the instructions in the INSTALL file - doing it
at the lisp prompt. I get an error at this step of the install
process:
(mk:oos "cllib" :compile)
This is the error:
debugger invoked on a SB-INT:COMPILED-PROGRAM-ERROR in thread 15484:
Execution of a form compiled with errors.
Form:
#'(NAMED-LAMBDA GEN-EXPONENTIAL-VARIATE-LOG-METHOD
(MU &OPTIONAL (*RANDOM-STATE* *RANDOM-STATE*))
(DECLARE (TYPE RANDOM-STATE *RANDOM-STATE*)
(TYPE (DOUBLE-FLOAT (0.0d0)) MU))
(BLOCK GEN-EXPONENTIAL-VARIATE-LOG-METHOD
(* MU (- (LOG (RANDOM 1.0d0))))))
Compile-time-error:
Lock on package COMMON-LISP violated when declaring the type of *RANDOM-STATE*.
See also:
The SBCL Manual, Node "Package Locks"
The ANSI Standard, Section 11.1.2.1.2
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
(Continue reading)
RSS Feed