[Qt-creator] Build output parser and recursive make
Bryce Schober
bryce.schober at gmail.com
Wed Apr 28 22:52:08 CEST 2010
Does Qt Creator's build output parser follow make recursion? I wouldn't be
surprised if it doesn't follow my /cygdrive/c output, but I'd like to know
if it's worth putting effort into getting windows-style directory output
before putting the work in. That is, if I change these lines:
make[1]: Entering directory `/cygdrive/c/svn/sandbox/product/foo'
...
make[1]: Leaving directory `/cygdrive/c/svn/sandbox/product/foo'
into:
make[1]: Entering directory `c:\svn\sandbox\product\foo'
...
make[1]: Leaving directory `c:\svn\sandbox\product\foo'
Will it help Qt creator point the errors at the correct source or not?
For background, I have top-level Makefiles in c:\svn\sandbox and
product-specific makefiles (that have all the details) in
c:\svn\sandbox\product\foo. If I build from c:\svn\sandbox\product\foo, the
errors point correctly at the source, but not if I build from c:\svn\sandbox
with the recursion. I'm hoping it's only because of the Cygwin-style path
output...
--
Bryce Schober
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100428/69c1b916/attachment.html
More information about the Qt-creator-old
mailing list