[CM] cmio problem

Dave Phillips dlphillips@woh.rr.com
Sat, 30 Apr 2005 08:30:22 -0400


Greetings:

  Today's CVS builds all right, but I get this error whne I try to run cmio:

CMU Common Lisp Snapshot 2004-11, running on 
cpe-65-189-231-99.woh.res.rr.com
With core: /usr/lib/cmucl/lisp.core
Dumped on: Sat, 2004-10-30 00:45:24-04:00 on lorien
See <http://www.cons.org/cmucl/> for support information.
Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS based on Gerd's PCL 2004/04/14 03:32:47
* (cmio)

Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER:  the variable 
*LINUX-MIDI-FILE-PLAYER* is unbound.
   [Condition of type UNBOUND-VARIABLE]

Restarts:
  0: [ABORT] Return to Top-Level.

Debug  (type H for help)

(DEFAULT-FILE-HANDLER :MIDI)
Source:
; File: /home/dlphilp/cm/src/gui/eventio.lisp
(CASE TYP
  (:AUDIO (IF # "(dac)" ""))
  (:MIDI *LINUX-MIDI-FILE-PLAYER*)
  (:SCO "csound -d -m 0")
  ...)
0] 0

*


Suggested fixes welcome... :)

Best.

dp