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. Parse custom build output
QtWS25 Last Chance

Parse custom build output

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.5k Views
  • 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.
  • M Offline
    M Offline
    maaniv
    wrote on last edited by
    #1

    I use custom build to compile cpp files with mingw g++. Compilation errors are displayed in the "Compile output" window. Window "Issues" remains clean. Нow to display information about errors in the window "Issues"?

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      1. Which version of Qt Creator are you using ?
      2. Can you paste the compilation errors which are seen in "Compile Output" tab but are not reflected in "Issues" tab ?

      157

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maaniv
        wrote on last edited by
        #3

        Qt Creator 2.8.1.
        Compile output:
        @16:20:23: Running steps for project ogles...
        16:20:23: Starting: "M:\dev\tmp\ogles\ninja-windows.cmd" build debug
        [1/2] CXX build/deb/main.o
        FAILED: g++ -MT build/deb/main.o -MF build/deb/main.o.d -Wall -Wextra -fno-rtti -fno-exceptions -MMD -g -c src/main.cpp -o build/deb/main.o
        src/main.cpp: In function 'int main(int, char**)':
        src/main.cpp:9:4: error: 'class std::vector<int>' has no member named 'push_back1'
        v.push_back1(1);
        ^
        src/main.cpp: At global scope:
        src/main.cpp:6:5: warning: unused parameter 'argc' [-Wunused-parameter]
        int main(int argc, char *argv[])
        ^
        src/main.cpp:6:5: warning: unused parameter 'argv' [-Wunused-parameter]
        ninja: build stopped: subcommand failed.
        16:20:23: The process "M:\dev\tmp\ogles\ninja-windows.cmd" exited with code 1.
        Error while building/deploying project ogles (kit: Desktop Qt 5.1.1 MinGW 32bit)
        When executing step 'Custom Process Step'
        16:20:23: Elapsed time: 00:00.@

        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