Greetings.
I have a question about setting the path where semantic looks up for header files.
My directory structure is
/..../project
wiht subdirectories:
project/exe (.cc file to become the executable)
project/include (A.hh B.hh headerfiles)
project/src (A.cc B.cc implementation of classes A B)
mu custom.el looks like
(setq semantic-load-turn-everything-on t)
(load-file "~/cedet/cedet/common/cedet.el")
(setq semanticdb-project-roots
(list "/..../project"))
(setq semantic-default-c-path
(list "/..../project"))
but there are no completions in executable.cc
when I use #include "A.hh"
only with #include "../include/A.hh"
the completions are properly
What is wrong?
Should I change something in custom.el?
Thanks,
georg
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
|