[CM] cmio compile error report
Dave Phillips
dlphillips@woh.rr.com
Tue, 27 Sep 2005 08:38:49 -0400
Greetings:
Just a quick note to remark that compiling eventio.lisp on CMUCL
(Planet CCRMA RH9) generates this error:
; Compiling "src/gui/eventio.lisp"
;
;
; File: /home/dlphilp/cm/src/gui/eventio.lisp
; In: DEFMETHOD CMIO-SET-PAGE-DATA (T (EQL :MIDISHARE) T)
; (ELT WIDG3 2)
; Warning: Lisp error during constant folding:
; Error in LISP::SIGNAL-INDEX-TOO-LARGE-ERROR: 2: Index too large.
;
; (ELT WIDG3 4)
; Warning: Lisp error during constant folding:
; Error in LISP::SIGNAL-INDEX-TOO-LARGE-ERROR: 4: Index too large.
; Loading "bin/cmucl_2004-11_linux-i686/eventio.x86f";
; Compilation unit finished.
; 2 warnings
Attempting to run cmio fails with this error:
* (cmio)
Error in KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER: the function RTS? is
undefined.
[Condition of type UNDEFINED-FUNCTION]
Restarts:
0: [ABORT] Return to Top-Level.
Debug (type H for help)
(KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER "<error finding name>"
#.(SYSTEM:INT-SAP #x3FFFCDDC)
#<Alien (* #) at #x3FFFCA78>
(14))
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer
exists:
target:code/interr.lisp.
0] 0
*
I realize the I/O stuff is still being worked on, so this message is
merely an update of the compile process here at Studio Dave. I'm looking
forward to the new additions.
Btw, I tested the Portmidi examples, they worked fine. Alas, I haven't
much time for CM these days, but I'll try to keep up with the CVS sources.
Best,
dp