Hi,
I am not familiar with the problem you list below. If you do:
M-x toggle-debug-on-quit RET
then cause this to reproduce, press C-g at the prompt, and it will tell
you what is causing the dependency.
Eric
On Tue, 2009-06-02 at 03:06 -0700, Anand Dhanakshirur wrote:
> Hi,
> I have added ede-cpp-root project in my .emacs file.
> I have specified a file to tell cedet the base directory of project.
> like given below,
>
> (ede-cpp-root-project "RESET_BSC_INSTANCE-V0_0_5"
> :name "TESTING_RESET"
> :file "/export/home1/asd/users/ashok/ref/old/BSC_INST-V0_0_5/makefile"
> :include-path '(
> "/src"
> "/src/api"
> "/src/common"
> "/src/gpm")
> )
> Whenever i open a file in a project,
> Sometimes,it prompts to which TAG file to load,
> This means that, it always needs TAGS file.
> Then what is the need of semantic-db, semantic-cache Parsing the include files of a file etc?
> Does it always need TAG file?
> regards,
> Anand
|