Currently I'm struggling with the windows' Emacs (emacs-24.3-bin-i386.zip form http://ftp.gnu.org/gnu/emacs/windows/). After I installed the ECB (version- 20130202.1459) via package-intall-package ecb through MELPA site, and added (require 'ecb) in ".emacs" file, running the emacs leads to the following error:
error: Recursive require' for featurespeedbar'
When I start Emacs with the `--debug-init' option to check error backtrace, I got following message:
ECB 2.40 uses CEDET 2.0 (contains semantic 2.2, eieio 1.4, speedbar ). require: Autoloading failed to define function debug
Can any people know what's wrong with that and how to fix that? Thanks in advance.