ecb-installation on Windows (7)

Alexander Ekart <[email protected]> Tue, 15 Nov 2011 12:10:51 +0100
Newsgroups gmane.emacs.code-browser
Message-ID <CADPPfxasfRwGqmWf2dLn+Q9tDtwb1k_Hh_75qD+TNmE8+f2F5A@mail.gmail.com>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecb-list