[Ecls-list] Trying to compile defsystem

Edi Weitz edi at agharta.de
Tue Nov 12 00:50:03 UTC 2002


Hi!

I was trying to compile defsystem.lisp from CLOCC with ECL 0.7 but got
this error message:

  edi at bird:/tmp/clocc/src/defsystem-3.x > ecl
  ECL (Embeddable Common-Lisp) 0.7
  Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
  Copyright (C) 1993 Giuseppe Attardi
  Copyright (C) 2000 Juan J. Garcia-Ripoll
          ECL is free software, and you are welcome to redistribute it
  under certain conditions; see file 'Copyright' for details.
  Type :h for Help.  Top level.
  > (compile-file "defsystem.lisp")
  ;;; Loading "/usr/local/lib/ecl/cmp.so"
  ;;; Compiling defsystem.lisp.
  ;;; Compiling (EVAL-WHEN (COMPILE LOAD ...)).
  ;;; Compiling (EVAL-WHEN (:COMPILE-TOPLEVEL :LOAD-TOPLEVEL ...) ...).
  ;;; Compiling (IF (NOT #) ...).
  ;;; The variable *LIBRARY* is undefined.
  ;;; The compiler will assume this variable is a global.
  ;;; The variable *MODULE-FILES* is undefined.
  ;;; The compiler will assume this variable is a global.
  Invalid macro call to IN-PACKAGE.
  Broken at COMPILE-FILE.

Is there a way to use this valuable program with ECL?

Thanks,
Edi.




More information about the ecl-devel mailing list