WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: ecb-installation on Windows (7)

ecb-installation on Windows (7)

by Alexander Ekart :: Rate this Message:

| View in Thread

Hello,
 
I'm having trouble installing ecb on windows 7. My Emacs version is 24.0.50.1.
I followed the installation instructions on the ecb-website including the installation of cedet, in short:
 
1) removed the cedet directory from [EMACS_ROOT]/lisp/
2) downloaded and installed cedet-1.0 according to the installation instructions
3) configured cedet according to the installation instructions
4) downloaded ecb-2.40 and added the corresponding directory to the load-path in my init.el
 
So far so good, but emacs can't find ecb-activate.
The relevant section of my init.el looks like this:
 
<code>
;; ecb
(load-file "C:/emacs/cedet-1.0/common/cedet.el")
(global-ede-mode 1)                                
(semantic-load-enable-code-helpers)      
(global-srecode-minor-mode 1)               
 
(add-to-list 'load-path "C:/emacs/ecb-2.40")
(require 'ecb)
(require 'ecb-autoloads)
</code>
 
Any idea what's going wrong?
 
Kind regards,
Alex

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ecb-list mailing list
Ecb-list@...
https://lists.sourceforge.net/lists/listinfo/ecb-list

 « Return to Thread: ecb-installation on Windows (7)