Could someone help with the following error?

I've just moved to Xemacs 21.4.5, installed the latest sumo package, and
the following required JDE packages:


elib-1.0
eieio-0.16.tar
speedbar-0.14beta2
semantic-1.4beta11

When I launch Xemacs, I get the following error thrown from the JDE
package, which is beyond my lisp skills to debug :(

 Signaling: (invalid-byte-code "variable reference to constant symbol :group")
  byte-code("..." [:group require comint etags custom-declare-group gud nil "Grand 
Unified Debugger mode for gdb and other debuggers under Emacs.\nSupported debuggers 
include gdb, sdb, dbx, xdb, perldb, pdb (Python), and jdb." unix tools] 8)
  load-internal("gud" nil t nil nil nil)
  load("gud" nil t nil)
  require(gud)
  load-internal("jde-db" nil t nil nil nil)
  load("jde-db" nil t nil)
  require(jde-db)
  load-internal("jde" nil t nil nil nil)
  load("jde" nil t nil)
  require(jde)
  load-internal("/home/chaz/.xemacs/init.el" t t t nil nil)
  load("/home/chaz/.xemacs/init.el" t t t)
  load-user-init-file()
  load-init-file()
  command-line()
  normal-top-level()

Reply via email to