On Thursday 10 February 2005 14:14, Michael Reiher wrote:
> >
> > I tried your example, and got a much longer list of tags using GNU
> > Emacs. I think that problem may be fixed in CVS. See this message
> > from the devel archives.
> >
> > http://sourceforge.net/mailarchive/message.php?msg_id=9592636
>
> Ah, cool, I'll try to compile current CVS later today.
>
Ok, just tried. But it fails to compile.
First it complains in common at:
xemacs -batch --no-site-file -l autoloads-compile-script -f
cedet-batch-update-autoloads cedet-loaddefs.el .
It's probably not the right thing to do, but replacing cedet-loaddefs.el with
cedet-autogen.el made it compile.
But then it break again in semantic:
xemacs -batch --no-site-file -l semantic-compile-script -f batch-byte-compile
semantic.el semantic-util.el semantic-ctxt.el semantic-lex.el
semantic-edit.el semantic-fw.el semantic-grammar.el semantic-tag.el
semantic-find.el semantic-format.el semantic-complete.el semantic-sort.el
semantic-decorate.el semantic-tag-file.el semantic-doc.el semantic-tag-ls.el
semantic-ast.el
Loading /usr/share/emacs/site-lisp/debian-startup...
Loading 00debian...
Loading /usr/share/xemacs-21.4.15/lisp/auto-autoloads...
Loading /usr/share/xemacs-21.4.15/lisp/mule/auto-autoloads...
Loading site-start...
Loading 00debian-vars...
Loading 50autoconf...
Loading 50cedet-common...
Loading 50dictionaries-common...
Error while loading 50dictionaries-common
Loading 50eieio...
Loading 51ede...
Loading 51speedbar...
Loading 52semantic...
Loading 52semantic...
[...]
Compiling /home/michael/Scripts/site-lisp/cedet-cvs/semantic/semantic-lex.el...
While compiling semantic-lex-debug-break in
file /home/michael/Scripts/site-lisp/cedet-cvs/semantic/semantic-lex.el:
** semantic-read-event called with 1 argument, but accepts only 0
While compiling toplevel forms:
!! Symbol's function definition is void ((semantic-lex-expand-block-specs))
>>Error occurred processing semantic-lex.el:
Symbol's function definition is void: semantic-lex-expand-block-specs
Any idea?
Greets
Michael
|