Hi,
>>> Wei Weng <wweng@acedsl.com> seems to think that:
>bread wrote:
[ ... ]>> > (semantic-add-system-include "/usr/include/" 'c++-mode)[ ... ]
>
>How do I go about adding multiple system include directories?
You can call `semantic-gcc-setup' to get it to work automatically if
you use GCC. This happens automatically if you are on a known GNU
platform, such as gnu/linux. If not, you can add multiple includes as in
the example above, such as:
(semantic-add-system-include "/usr/include/X11" 'c-mode)
(semantic-add-system-include "/usr/include/" 'c-mode)
(semantic-add-system-include "/usr/include/Xt" 'c-mode)