[Qt-creator] Clickable gcc output to go to error location
Heiko Gerdau
hg at technosis.de
Thu Feb 4 17:29:49 CET 2010
Am Donnerstag, 4. Februar 2010 17:06:02 schrieb Daniel Lidström:
> Hi Brian,
>
> > On the bottom of the editor pane there is another output pane. In the
> > top left corner of this pane there is a drop down box. There is one
> > option called "compile output", I think this is what you are
> > looking at.
> > there is also an option called "build issues" This has all the errors
> > and warnings from the compile output, but it is click-able.
>
> I see this pane. Unfortunately the Build Issues pane is always empty.
> What am I missing?
you probably redirect stderr. Something like (2>&1). QtCreator does not like
that. The compile output parser seem to relay on stderr.
Just remove the 2>&1 from your Makefile and it will populate the build issue
pane as aspected.
Regards
Heiko
More information about the Qt-creator-old
mailing list