I installed cedet prerelease v3 on Emacs 22 build on Windows XP. When
I try to create a new project using ede-new I get the following issue:
Recursive `require' for feature `semantic-ede-grammar'
I didn't get any problems byte compiling. I found a post on google
groups that suggests the following bit solves the problem:
(eval-when-compile
;; This provides prevents recursive loading during a compile
(provide 'semantic-ede-grammar))
After I evaluate this the error message no longer shows up, however
when I try to create a project (ede-new) emacs just hangs (and uses
100% of CPU). What am I doing wrong?
Thanks,
- Slava.
|