Undefined functions: %QUIT% ECLIPSE

Erik Enge erik at nittin.net
Wed Feb 26 14:02:01 UTC 2003


Hi.

I'm trying to get Eclipse (release 2002-04-16) running on my Linux box
with CMUCL 3.1.2 18d.  This is what I did to compile and install it:

  $ lisp
  
  * (require :cmucl-clx)
  * (setf *herald-items* (subseq *herald-items* 4))
  * (save-lisp "/home/erik/software/eclipse/clx.core")
  
  $ ./configure --with-core=/home/erik/software/eclipse/clx.core
  $ make
  $ X :2

There was a lot of output from make - if you want me to, I'd be glad to
post it.  At the end, it said "4 errors, 30 notes".

Then, I try to start it:

  [erik at bubbles:~/software/eclipse/eclipse-2002-04-16]$ ./eclipse :2.0
  ; Loading #p"/home/erik/.cmucl-init.cl".
  ; Loading #p"/home/erik/software/eclipse/eclipse-2002-04-16/load-eclipse.lisp".
  
  Warning: These functions are undefined:
    %QUIT% ECLIPSE
  ; Loading #p"/home/erik/software/eclipse/eclipse-2002-04-16/system.lisp".
  ^[[18;3~No file: $HOME/.eclipse
  ; Loading #p"/home/erik/software/eclipse/eclipse-2002-04-16/.eclipse".
  
  Execution of a form compiled with errors:
   #'(LAMBDA (&REST)
       (CATCH 'WRONG-NAME
         (HANDLER-BIND ((ERROR #'HANDLE-WRONG-NAME-CONDITION))
                       (%RUN-PROGRAM% PROGRAM ARGUMENTS))))
  
  Restarts:
    0: [CONTINUE] Return NIL from load of "/home/erik/software/eclipse/eclipse-2002-04-16/.eclipse".
    1: [ABORT   ] Skip remaining initializations.
  
  Debug  (type H for help)
  
  ("DEFUN RUN-APPLICATION" #<unused-arg> #<unused-arg> #<unused-arg>)[:OPTIONAL]
  Source: 
  Unknown location: using block start.
  
  ; File: /home/erik/software/eclipse/eclipse-2002-04-16/wm.lisp
  (DEFUN RUN-APPLICATION (PROGRAM &REST ARGUMENTS)
    (LAMBDA (&REST) (CATCH 'WRONG-NAME #)))
  
Can anyone tell what I've done wrong?

Thanks for any pointers,

Erik.



More information about the eclipse-devel mailing list