Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Build error: where to get info?
Forum Updated to NodeBB v4.3 + New Features

Build error: where to get info?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 5 Posters 2.7k 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.
  • H Offline
    H Offline
    hpng
    wrote on last edited by
    #1

    How I ran the build in QT Creator, in build output tab, it gives me a red dot warning which is cryptic.
    For example:
    Collect2 ID return 1 exit status

    I put cursor over it and press f1, I got no information.

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      What are the lines before the one you showed us?

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sfilippidis
        wrote on last edited by
        #3

        [quote author="hpng" date="1308678428"]How I ran the build in QT Creator, in build output tab, it gives me a red dot warning which is cryptic.
        For example:
        Collect2 ID return 1 exit status

        I put cursor over it and press f1, I got no information.

        [/quote]

        This has to do with link errors, you should check the "Compile output" window of Qt Creator. :-)

        https://www.filippidis.name/

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

          Linker errors tend to be cryptic:-( Qt Creator can only display what the build system generates.

          Try checking the actual compile output. Maybe there is some context information there that Qt Creator missed.

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hpng
            wrote on last edited by
            #5

            I think I was doing a test where I included ALL modules,
            and see if it compiles a generated GUI test application.

            Anyway, thanks.

            1 Reply Last reply
            0
            • Z Offline
              Z Offline
              zither
              wrote on last edited by
              #6

              If you declare a function in header & not implemented in source file, that can produce such similar error.
              you can check the "Compile Output" Tab to see what is needed...

              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