Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [SOLVED] Qt Creator 2.4.1 and gdb compile errors

    General and Desktop
    2
    4
    2074
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      winkle99 last edited by

      Hi guys,

      I've looked all over for this and can't find an answer. Hope you can help.

      A hard drive failure forced me to do a couple of upgrades. I was using Qt Creator 2.3 and my compile errors and warnings were being displayed in the "Issues Tab", which is really convenient. However, when I upgraded to 2.4.1 this feature stopped working. I can't find a reference for what I need to do to get this working again. Can someone give me a hint as to what I need to reset. I've looked at the options and don't see anything obvious that I missed.

      Can someone point me in the right direction?

      Thank you,

      1 Reply Last reply Reply Quote 0
      • T
        tobias.hunger last edited by

        The tool chain decides how the output is parsed, so you need to make sure to have selected the correct tool chain for your project.

        1 Reply Last reply Reply Quote 0
        • W
          winkle99 last edited by

          I double checked my Tool Chain and the correct compiler is there and being called however the compile errors are still not going to the Issues Tab. I tried splitting std::err and std::out on the General tab on the Build&Run Options dialog and this had no effect.

          1 Reply Last reply Reply Quote 0
          • W
            winkle99 last edited by

            Discovered that my company has switched to ninja which does not send its out put to stderr. The guy who sets up our build system had added a wrapper to pipe the output back to stderr but forgot to re-install the wrapper after my system had to be rebuilt. (He also forgot to mention the wrapper at all.)

            Thanks to all who tried to help.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post