robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install SICL due undefined function

anquegi opened this issue · comments

Executing

 (defparameter *b*
  (let ((sicl-extrinsic-environment::*cache-p* t))
     (make-instance 'boot)))

I get the following error:

Undefined function named SICL-STANDARD-ENVIRONMENT-MACROS:DEFPARAMETER-EXPANDER
   [Condition of type CLEAVIR-ENVIRONMENT:NO-FUNCTION-INFO]

Restarts:
 0: [CONSIDER-GLOBAL] Treat it as the name of a global function.
 1: [SUBSTITUTE] Substitute a different name.
 2: [RECOVER] Recover by replacing form by a call to ERROR.
 3: [RECOVER] Recover by replacing form by a call to ERROR.
 4: [RECOVER] Recover by replacing form by a call to ERROR.
 5: [RECOVER] Recover by replacing form by a call to ERROR.

This problem should no longer exist.