[CM] CM compile problem

Dave Phillips dlphillips@woh.rr.com
Thu, 15 Sep 2005 09:02:39 -0400


Greetings:

  Building yesterday's CVS source for Common Music fails here:

; Compiling "src/gui/eventio.lisp";
; Error: (during macroexpansion)
;
; Error in function ALIEN::%PARSE-ALIEN-TYPE:  Unknown alien type: GTK::PNUM
; ;
; Error: (during macroexpansion)
;
; Error in function ALIEN::%PARSE-ALIEN-TYPE:  Unknown alien type: GTK::PNUM
; Loading "bin/cmucl_2004-11_linux-i686/eventio.x86f"
Execution of a form compiled with errors:
 (ALIEN:DEF-CALLBACK COMPOSE_SWITCH_PAGE
                     (C-CALL:VOID (NOTEBOOK (* T)) (PAGE (* T))
                      (:INT GTK::PNUM) (DATA (* T)))
                     NOTEBOOK
                     PAGE
                     PNUM
                     DATA
                     (IF (< -1 PNUM (LENGTH *CMIO-SOURCE-PAGES*))
                         (CMIO-NOTEBOOK-SWITCH-PAGE (WIDGET->OBJECT DATA)
                                                    :COMPOSE (ELT
                                                              
*CMIO-SOURCE-PAGES*
                                                              PNUM))))
   [Condition of type KERNEL:SIMPLE-PROGRAM-ERROR]

Restarts:
  0: [CONTINUE] Return NIL from load of 
#P"/home/dlphilp/cm/bin/cmucl_2004-11_linux-i686/eventio.x86f".
  1:            Return NIL from load of 
"/home/dlphilp/cm/bin/../src/cm.lisp".
  2: [ABORT   ] Skip remaining initializations.

Debug  (type H for help)

(C::DO-CALL #<Code Object "Top-Level Form" {58A0C6BF}> 83 84 96 ...)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer 
exists:
  target:code/byte-interp.lisp.
0]


I'm no good at debugging Lisp. Any suggestions ?

Btw: CMUCL 2004-11 from the Planet CCRMA repository.

Best,

dp