From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Nacho de los Ríos Tormo Cc: Subject: Re:include file problems Date: Tue, 28 Nov 2000 13:42:00 -0000 Message-id: References: <00112818511300.00635@irios> X-SW-Source: 2000-q4/msg00276.html 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