Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [SOLVED] Qt Creator not showing errors properly in "Build Issues" Pane
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Qt Creator not showing errors properly in "Build Issues" Pane

Scheduled Pinned Locked Moved Qt Creator and other tools
6 Posts 3 Posters 7.3k Views 1 Watching
  • 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.
  • T Offline
    T Offline
    Tyras
    wrote on last edited by
    #1

    Hello everyone,

    I'm using QT Creator 2.2.1 + QT 4.7.3 in my Xubuntu Linux 10.11, with everything in its defaults.

    The problem is: the build errors aren't being showed properly in the build issues pane. I need to keep going to Compile Output Pane to see the error.

    !http://i270.photobucket.com/albums/jj87/Tyras_Nistru/Capturadetela-21-11-2011-214447.png(Compile Output Pane)!
    !http://i270.photobucket.com/albums/jj87/Tyras_Nistru/Capturadetela-21-11-2011-214435.png(Build Issues Pane)!

    I installed QT SDK + QT Creator using

    @apt-get install build-essential qtcreator@

    Can you guys help me out?

    When a coder says that it's impossible to do something, he's actually feeling too lazy to do it.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Qt Creator does not recognize your language and thus misses out on the messages.

      Good news: This will be fixed in Qt Creator 2.4.

      Bad news: We force the output language of gcc-based compilers to English there.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Tyras
        wrote on last edited by
        #3

        [quote author="Tobias Hunger" date="1322144538"]
        Bad news: We force the output language of gcc-based compilers to English there.[/quote]

        That won't be a problem. Is it already fixed in any beta version of QT Creator already avaliable? If yes, how/where I can get it?

        When a coder says that it's impossible to do something, he's actually feeling too lazy to do it.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          Krong
          wrote on last edited by
          #4

          I have the same problem on Kubuntu 11.10.
          and found the solution:
          Project->Build Settings->Build Environment-> Set LANG to en_EN.UTF-8

          1 Reply Last reply
          0
          • T Offline
            T Offline
            Tyras
            wrote on last edited by
            #5

            [quote author="Krong" date="1322162727"]I have the same problem on Kubuntu 11.10.
            and found the solution:
            Project->Build Settings->Build Environment-> Set LANG to en_EN.UTF-8[/quote]

            Thanks , Krong! It worked, but I needed to LC_MESSAGES instead of LANG. Changing LANG didn't worked.

            So, for anyone that's getting the same problem:

            Go to Project->Build Settings->Build Environment
            and set LC_MESSAGES to en_EN.UTF-8.

            The last question is: There's any way to set this as default? I tried setting the environment variable with
            @export LC_MESSAGE=en_EN.UTF-8@
            But looks like it didn't work.

            When a coder says that it's impossible to do something, he's actually feeling too lazy to do it.

            1 Reply Last reply
            0
            • T Offline
              T Offline
              Tyras
              wrote on last edited by
              #6

              Since the Qt Creator 2.4 has been released, this topic is closed. Thanks for the help =)

              When a coder says that it's impossible to do something, he's actually feeling too lazy to do it.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved