[CM] error loading FOMUS in CM 2.7.0 CVS
Dave Phillips
dlphillips@woh.rr.com
Fri, 07 Oct 2005 10:52:18 -0400
Greetings:
When loading FOMUS from cmio (which is really cool) :
; Error: (during macroexpansion)
; Error in FDEFINITION: the function EVENT-PARTID is undefined.
; Error: (during macroexpansion)
; Error in FDEFINITION: the function TIMESIG-PARTIDS is undefined.
; Error: (during macroexpansion)
; Error in FDEFINITION: the function PART-PARTID is undefined.
; Error: (during macroexpansion)
; Error in FDEFINITION: the function (SETF EVENT-PARTID) is undefined.
; Error: (during macroexpansion)
; Error in FDEFINITION: the function (SETF TIMESIG-PARTIDS) is undefined.
; Error: (during macroexpansion)
; Error in FDEFINITION: the function (SETF PART-PARTID) is undefined.
; Compilation unit finished.
; 6 errors
;; Loading #P"/home/dlphilp/fomus/classes.x86f".
Execution of a form compiled with errors:
(DEFMETHOD OBJ-PARTID ((EV EVENT-BASE))
(EVENT-PARTID EV))
[Condition of type KERNEL:SIMPLE-PROGRAM-ERROR]
Restarts:
0: [CONTINUE] Return NIL from load of
#P"/home/dlphilp/fomus/classes.x86f".
1: Return NIL from load of "/home/dlphilp/fomus/load.lisp".
2: [ABORT ] Return to Top-Level.
Debug (type H for help)
(C::DO-CALL #<Code Object "Top-Level Form" {5806C397}> 35 36 14 ...)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer
exists:
target:code/byte-interp.lisp.
0] 2
* (quit)
[dlphilp@localhost cm]$
This is with CMUCL from Planet CCRMA's Red Hat 9.
Btw, CLM, CMN, and PortMIDI all load from cmio without problems.
Haven't tested the SC stuff at all yet. :(
Best,
dp