Hello,
I am trying to get JDE 2.2.6 working with GNU Emacs 20.7.1 on Linux.
I got and compiled:
EDE-1.0.beta2
eieio-0.17beta1
elib-1.0
semantic-1.3.3
speedbar-0.14beta1
(I did get warnings while compiling some of the above, but it looks like I
got all required .elc files)
Then I tried installing JDE 2.2.6, so I put some semantic*el* files in the
dir where I put my *el JDE files:
otis@nmdev1 ~/site-lisp/jde $ ls -al semantic*
-rw-r--r-- 1 otis users 16205 May 9 17:42 semantic-bnf.elc
-rw-r--r-- 1 otis users 9862 May 9 17:42 semantic-c.elc
-rw-r--r-- 1 otis users 32836 May 9 17:42 semantic.elc
-rw-r--r-- 1 otis users 5193 May 9 17:42 semantic-el.elc
-rw-r--r-- 1 otis users 7123 May 9 17:42 semantic-imenu.elc
-rw-r--r-- 1 otis users 3732 May 9 17:42 semantic-make.elc
-rw-r--r-- 1 otis users 7998 May 9 17:42 semantic-mode.elc
-rw-r--r-- 1 otis users 8277 May 9 17:42 semantic-sb.elc
-rw-r--r-- 1 otis users 28709 May 9 17:42 semantic-util.elc
And then I tried compiling things:
otis@nmdev1 ~/site-lisp/jde $ emacs -batch -f batch-byte-compile jde-bug.el
jde-db.el jde.el jde-imenu.el jde-parse.el jde-which-met
hod.el
Loading psgml-init (source)...
While compiling toplevel forms in file
/home/users/otis/site-lisp/jde/jde-bug.el:
!! File error (("Cannot open load file" "jde-parse"))
While compiling toplevel forms in file
/home/users/otis/site-lisp/jde/jde-db.el:
!! File error (("Cannot open load file" "jde-parse"))
Loading wid-browse...
While compiling toplevel forms in file
/home/users/otis/site-lisp/jde/jde.el:
!! File error (("Cannot open load file" "jde-compile"))
While compiling toplevel forms in file
/home/users/otis/site-lisp/jde/jde-imenu.el:
!! File error (("Cannot open load file" "semantic-imenu"))
While compiling toplevel forms in file
/home/users/otis/site-lisp/jde/jde-parse.el:
!! File error (("Cannot open load file" "semantic"))
While compiling toplevel forms in file
/home/users/otis/site-lisp/jde/jde-which-method.el:
!! File error (("Cannot open load file" "jde-parse"))
Done
Any idea why this is happening?
Thanks,
Otis