[Openmcl-devel] no-make-load-form-for foo

Tiarnán Ó Corráin ocorrain at yahoo.com
Mon Oct 2 15:35:22 PDT 2006


Hi-

I'm trying to port chunga, by Edi Weitz (http://weitz.de/chunga) to
OpenMCL, and am scratching my head at an error.  Error occurs when I
try to compile streams.lisp, but does not happen when each of the
forms in the file is evaluated separately.

Backtrace from SLIME:

No MAKE-LOAD-FORM method is defined for #<EXTERNAL-FORMAT (:ISO-8859-1
                                                           :EOL-STYLE
                                                           :LF) #x84C99DE>
Backtrace:
  0: (CCL::NO-MAKE-LOAD-FORM-FOR #<EXTERNAL-FORMAT (:ISO-8859-1 :EOL-STYLE :LF) #x84C99DE>)
  1: (CCL::FASL-SCAN-USER-FORM 12)
  2: (CCL::FASL-SCAN-GVECTOR '("Creates and returns a chunked stream (a stream of type
CHUNKED-STREAM) which wraps STREAM.  STREAM must be an open
binary stream."))
  3: (CCL::FASL-SCAN "/Users/ocorrain/Lisp/site/chunga-0.1.2/streams.dfsl")
  4: (CCL::FASL-SCAN-FORMS-AND-DUMP-FILE '((23 3) (47 "home:Lisp;site;chunga-0.1.2;streams.lisp") (4 #<Anonymous Function #x859D37E>) (4 #<Anonymous Function #x85969A6>) (4 #<Anonymous Function #x85A5F26>) (4 #<Anonymous Function #x85BF696>) (4 #<Anonymous Function #x85BDC4E>) (4 #<Anonymous Function #x85BAF36>) (4 #<Anonymous Function #x85B7B6E>) (4 #<Anonymous Function #x85B29CE>) ...) "/Users/ocorrain/Lisp/site/chunga-0.1.2/streams.dfsl" #<CCL::LEXICAL-ENVIRONMENT #x859F1BE>)
  5: (CCL::%COMPILE-FILE "/Users/ocorrain/Lisp/site/chunga-0.1.2/streams.lisp" 'NIL 'NIL 'NIL 'T 'NIL 'T 'T 'NIL 'NIL ':DEFAULT '(#<RESTART CCL::RETRY-COMPILE-FILE #x14EFA3E> #<RESTART CCL::SKIP-COMPILE-FILE #x14EFA66>))
  6: (COMPILE-FILE "/Users/ocorrain/Lisp/site/chunga-0.1.2/streams.lisp")

-- 
Tiarnán




More information about the Openmcl-devel mailing list