I ran into this problem when I started using the 2.2 beta and had to ask about it too. You have to make sure you set up your tool-chain under Tools->Options->Too Chains and then in the project settings->Build Settings, select the correct tool chain. The errors should then be parsed and displayed correctly in the Build Issues pane.
-Matt On Mon, May 9, 2011 at 12:56 PM, Heiko Gerdau <[email protected]> wrote: > Hi, > > just tried the new QtCreator 2.2 on Linux using your install binary. > > Everything seems to be just fine except errors after compilation are no longer > properly shown in the Build-Issues-Pane. Although the error is listed there, > it is displayed like that: > > -------------------------------------------------- > ! path_to_object_file_containing_the_error > File not found: > -------------------------------------------------- > > The compile output pane shows the correct output from gcc. Jumping to symbol > definitions and similar using F2 is working too. > > I'm using generic makefile projects, with make and handmade makefiles. > > After switching back to QtCreator 2.1 the error is displayed properly again > referencing the correct sourcefile. > > Anything I missed? Any idea? > > Regards > Heiko > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
