[CEDET-devel] Unable to find prefix namespace
Brought to you by:
zappo
|
From: Hannu K. <az...@ik...> - 2009-03-06 12:02:09
|
Hi,
I created a new header file Foo.hpp. I have tempo template that I
used to create a namespace like this:
namespace Foo {
} // namespace Foo
I have highlight unmatched syntax on and the first "namespace" was
immediately underlined with red. Analyzer debug assistant says:
-----
Unable to find prefix namespace.
The prefix lookup code threw the following error:
(error "Cannot find definition for \"namespace\"")
To debug this error you can do this:
M-x toggle-debug-on-error RET [ Do It ]
and then re-run the debug analyzer.
Local Scope Information:
* Tag Class Constraint against SCOPE: nil
* No known parents in current scope.
* No known symbols currently in scope.
* No known symbols declared locally.
No known possible completions.
When Semantic cannot find a symbol, it could be because the
include path was setup incorrectly.
-----
"Force Tag Refresh" removed the highlight. I haven't been able to
reproduce this problem.
Current CEDET CVS, Emacs 23.0.91.1 on Windows.
--
Hannu
|