Jeff Rancier <jbrancier <at> yahoo.com> writes:
> Thanks. At the end of the run I get the following prompt in the mini-
buffer. What is this looking for? How do I cleanly abort this?
>
> Add c:/home/jbrancier/pkg/emacs-21.3/site-lisp/cedet-1.0/semantic/wisent/
wisent-java-tags.wy to target: :
>
>
don't try and abort it. i confess to not having bothered looking in to this in
detail, but i imagined it as..
..as each file compiles, any (require 'library) causes additional files to
open, themselves needing compilation, requiring the user to simply confirm that
adding the file is acceptable.
so just keep tapping <RET> in the mini-buffer..
i'm hit by this every time i build from a new bzr repo pull. worse, mine NEVER
works without manual hacking of the cedet-build.el file ..adding additional
entries for some cedet subdirs to the 'load-path'. this shouldn't be needed,
but for me it is.
related (i imagine), would be the bug i've whereby if you start emacs from the
root cedet dir, all the subdirs that the cedet.el file adds to your load-path
are added relative, i.e ./sematic which is useless when a buffer's current
directory is elsewhere, as functionality requiring libraries under the ./
semantic etc. will fail as they won't be found.
|