Hi Lennart,
This doesn't reproduce for me in my local copy, though I do have a lot
of modified files.
It works by loading semantic-load.el, which in turn adds that stuff to
the load path. I'll take a wild-guess that perhaps having a space in
your path name might be weirding it out? I'm not too confident in that
guess since it uses 'expand-file-name', and not concat or the like. You
could stick a 'message' statement in semantic-load.el where it modifies
the load path to see what it's thinking during the build process.
Eric
On Sat, 2009-08-01 at 18:02 +0200, Lennart Borgman wrote:
> After checking out CEDET with
>
> "cvs -z3
> -d:pserver:anonymous@... co -P
> cedet"
>
> and running (cedet-build) and restarting Emacs, I get the following
> output when loading cedet.el:
>
> Loading c:/Documents and Settings/Lennart Borgman/Application
> Data/.emacs.d/udev/cedet-cvs/cedet/common/cedet.el (source)...
> Outdated speedbar 1.0 shadowed to meet minimum version 1.0.3
> Setting up CEDET packages...
> Cannot open load file: semantic-el
> Cannot open load file: semantic-wisent
> Setting up CEDET packages...done
>
> It looks like load-path does not include cedet/semantic/bovine where
> semantic-el.el lives.
|