Marcel Schmittfull writes:
 > Hi
 > I just tried to install jde 2.2.9.2.  As described, I installed the following before:
 > eieio 0.17
 > elib 1.0
 > semantic 1.4
 > speedbar 0.14beta4
 > 
 > However, when I start emacs (version 21.1.1) now, I encounter this error:
 > 
 > Debugger entered--Lisp error: (file-error "Cannot open load file" "eieio")
 >   require(eieio)

[snip}

 > 
 > What does this mean ??
 > 

It means ...


 > In my .emacs I wrote the following lines:
 > 
 > 
 > ;; ********************
 > ;; JDEE
 > ;; ********************
 > 
 > (add-to-list 'load-path (expand-file-name "~/emacs/site/jde-2.2.9.2/lisp"))
 > (add-to-list 'load-path (expand-file-name "~/emacs/site/elib-1.0"))
 > (require 'jde)
 > 

that you are telling Emacs to load the JDEE, which requires eieio, ...

[snip]
 
 > ;; ********************
 > ;; eieio (http://cedet.sourceforge.net/)
 > ;; ********************
 > ;(add-to-list 'load-path (expand-file-name "~/emacs/site/eieio-0.17"))
 > (add-to-list 'load-path (expand-file-name "~/emacs/site/eieio-0.17"))
 > 

without first having told Emacs where eieio lives.

- Paul

Reply via email to