include file problems
Ben Elliston
bje@redhat.com
Tue Nov 28 13:42:00 GMT 2000
SNav only manages to find the correct files if I include them
explicitly in the project (which calls for a trip to the project
editor and to have the project reparsed). But these files themselves
do include a variety of other files, which in their turn call others.
I could be wrong, but my recollection is that S-N will only include files in
your project that are explicitly listed at project creation time. That is,
#include directives are not followed as you might expect. This is in fact a
good idea, since it gives you more control over how big your database gets.
Often, users don't care about header files or, say, the function prototype
for strcmp(3). If you use the project editor to include all of
/usr/include, does it work as expected?
Ben
More information about the Sourcenav
mailing list