My aim is to get ECB running on a windows machine. I downloaded cedet from http://ecb.sourceforge.net/ which is a requirement for installing ECB. The cedet version i have is cedet-1.0pre6.
I compile cedet using emacs using the command : emacs -q -l cedet-build.el -f cedet-build
The logs in the emacs window are as shown :
CEDET BYTE COMPILATION STATUS:
Step 1: Byte compile EIEIO...not needed Step 2: EDE Autloads...done. Step 3: Semantic Autloads...done. Step 4: SRecode Autloads...done. Step 5: Load common/cedet.el ...done Step 6: Turning on EDE ...
and in the message buffer :
For information about GNU Emacs and the GNU system, type C-h C-a. Loading c:/emacs/cedet-1.0pre6/common/inversion.el (source)...done Loading c:/emacs/cedet-1.0pre6/eieio/eieio-comp.el (source)...done Loading c:/emacs/cedet-1.0pre6/common/cedet-autogen.el (source)...done Saving file c:/emacs/cedet-1.0pre6/ede/ede-loaddefs.el... Updating header...done Wrote c:/emacs/cedet-1.0pre6/ede/ede-loaddefs.el Saving file c:/emacs/cedet-1.0pre6/semantic/semantic-loaddefs.el... Updating header...done Wrote c:/emacs/cedet-1.0pre6/semantic/semantic-loaddefs.el Saving file c:/emacs/cedet-1.0pre6/srecode/srecode-loaddefs.el... Updating header...done Wrote c:/emacs/cedet-1.0pre6/srecode/srecode-loaddefs.el Loading c:/emacs/cedet-1.0pre6/common/cedet.el (source)... Outdated speedbar 1.0 shadowed to meet minimum version 1.0.2 Setting up CEDET packages... Loading `dframe': old-style backquotes detected! Setting up CEDET packages...done Loading c:/emacs/cedet-1.0pre6/common/cedet.el (source)...done [2 times] and: Wrong type argument: number-or-marker-p, (512 0 . 54642)
I debugged this further and found out that setting ede mode is the problem. i.e (global-ede-mode 1) returns with "Wrong type argument: number-or-marker-p, (512 0 . 54642)"
ANy idea what's the problem ?