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.
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.