Re: ecb error

Tim <[email protected]> Tue, 03 Apr 2012 22:45:38 +0200
Newsgroups gmane.emacs.code-browser
Message-ID <[email protected]>
Hi Pablo,

Pablo Ordonez <[email protected]> writes:

> Hi there 
>
> I have a problem with my ecb installation.
>
> My GNU Emacs version :
> GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.5)
> My CEDET version :
> cedet-1.1
> My ECB version
> ECB 2.40 
> ECB 2.40 uses CEDET 1.1beta (contains semantic 2.1beta, eieio 1.4beta, speedbar 1.0.4)
>
> I got the next error
>
>  ECB 2.40 - Error: ECB can only be used with cedet [1.0pre6, 1.1alpha]! Please install it and restart Emacs!
>

I worked around this issue by chaning ecb-cedet-required-version-min and
ecb-cedet-required-version-max in ecb-cedet-wrapper.el, like this:

(defconst ecb-cedet-required-version-min '(1 1 1 1)
  "Minimum version of cedet needed by ECB.
The meaning is as follows:
1. Major-version
2. Minor-version
3. 0 = alpha, 1 = beta, 2 = pre, 3 = nothing \(e.g. \"1.4\"), 4 = . \(e.g. \"1.4.3\"
4. Subversion after the alpha, beta, pre or .")

(defconst ecb-cedet-required-version-max '(1 1 4 9)
  "Maximum version of CEDET currently accepted by ECB.
See `ecb-required-cedet-version-min' for an explanation.")

Hope it helps,
Tim


-- 
Tim Käck

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Ecb-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecb-list