Bug 64858 - compiler includes project files if existing, even when <> tags are used
Summary: compiler includes project files if existing, even when <> tags are used
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0a6
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-24 11:02 UTC by Ren
Modified: 2003-09-24 12:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ren 2003-09-24 11:02:34 UTC
Version:           3.0.0a6 (using KDE KDE 3.1.3)
Installed from:    Gentoo Packages
OS:          Linux

If you include a file with <> tags (Ex. #include <somefile.h>) and you have a file in your project with the same name, it includes that instead, and not the one from the system dir.

I discovered this bug when i accidently created a file called kapp.h, and forgot to delete it. I included the file kapp.h in my main source file, but i got so many errors i acctually thought the compiler had gone into an inifinite loop. However, it did stop spitting out errors after some time. (5 mins or so).
After i deleted the file kapp.h from my disk, the problem was resolved.
Comment 1 Jens Dagerbo 2003-09-24 12:26:29 UTC
I can't say if this is a bug or not, but it isn't a bug of Gideon. This is a feature of the 
preprocessor of the compiler you are using (almost certainly GCC's), Gideon has 
nothing to do with this. 
 
Closing bug.