On 05/08/2010 05:02 PM, Chris wrote:
> Hi,
>
> When I tried to compile cedet-1.0pre7, I got some errors.
>
> /make[1]: *** [srecode] Error 1
> make[1]: Leaving directory
> `/home/chris/.emacs.d/lisp/cedet-1.0pre7/srecode'
> make: *** [srecode] Error 2
> /
>
> I extracted it again, and use "emacs -Q -l cedet-build.el -f
> cedet-build" to compile it.
> I got some errors like this:
>
> /srecode-mode.el:30:11:Error: End of file during parsing:
> /home/chris/.emacs.d/lisp/cedet-1.0pre7/srecode/srecode-map.el/
>
>
> I tried the cvs version, and the same error.
> Ignoring the error, emacs --debug-init got this in *Message* buffer:
>
> /eieio-persistent-read: End of file during parsing:
> /home/chris/.emacs.d/lisp/cedet/srecode/srecode-map.elc/
>
> My system is Debian Squeeze. Emacs version is 23.1.1.
> Could you please give me some instructions on how to resolve this?
>
I resolved it.
There is an empty file "srecode-map" in ~/.srecode. I removed it, and
compiled successfully.
|