On 12/03/2009 11:08 AM, [email protected] wrote: > [email protected] wrote: > >> Hi, >> >> I have several main.cpp files in my tree (one for each >> program), and whenever there is a compilation warning or >> error listed in the Build Issues pane it claims it cannot >> find the file. >> > Hi, > > The logic to find the absolute file path is implemented in > AbstractMakeStep::slotAddToTaskWindow(). > > Currently it > > - Tracks the "Entering directory"& "Leaving directory" calls, and tries > to find the file in there. This might fail, however, because of locale > specific compiler output or parallel / distributed builds. > - Checks if the file is unique in the project. > > Apparently the first step fails for you, while it shouldn't. If you want to > look into this yourself, I recommend starting with enabling the debugging for > this file (change "bool debug=false" to true at line 46). I checked that this is probably a Windows specific problem. I verified that it works as expected on Linux. Tomorrow I'll check further.
Robert _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
