Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved] Linux - no compiler can produce code for this Qt version.
QtWS25 Last Chance

[Solved] Linux - no compiler can produce code for this Qt version.

Scheduled Pinned Locked Moved Installation and Deployment
9 Posts 3 Posters 4.7k 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.
  • D Offline
    D Offline
    dabla24
    wrote on last edited by
    #1

    Hi,
    I have problem with compiler for desktop application( Desktop Qt 5.3 GCC 64bit ).
    I'm working with linux opensuse 13.1 and Qt Creator 3.1.2 (opensource) Based on Qt 5.3.1 (GCC 4.6.1, 64 bit). Firstly I have "this":https://qt-project.org/forums/viewthread/45878/ problem but I fixed it. Now, I have a problem with compiling desktop apps, this screens should show more details.

    !http://i60.tinypic.com/24b2pau.png(kits)!

    !http://i58.tinypic.com/8ziqgg.png(qt versions)!

    The posts which I found on forum says about fixing it on windows.

    I would be grateful for any help

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Myabe you are missing the compiler? Please install g++ using YaST.

      (Z(:^

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

        Did you try to configure a kit manually ?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dabla24
          wrote on last edited by
          #4

          [quote author="sierdzio" date="1407481320"]Myabe you are missing the compiler? Please install g++ using YaST.[/quote]

          this stuff should be installed ?

          !http://i60.tinypic.com/2mpe8gw.png(yast-screen)!

          [quote author="Tomme" date="1407481876"]Did you try to configure a kit manually ?[/quote]

          No, i had no idea what to put in ABI row

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dabla24
            wrote on last edited by
            #5

            [quote author="Tomme" date="1407481876"]Did you try to configure a kit manually ?[/quote]

            It would be great, if u could describe the steps to do it

            Edit sorry for double post but I can't edit last post

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              No, not libconfig. G++, or GCC - this is the compiler you need. Alternatively, you can download clang compiler, they are compatible.

              (Z(:^

              1 Reply Last reply
              0
              • D Offline
                D Offline
                dabla24
                wrote on last edited by
                #7

                [quote author="sierdzio" date="1407483231"]No, not libconfig. G++, or GCC - this is the compiler you need. Alternatively, you can download clang compiler, they are compatible.[/quote]

                ok, I done it and i think qt configured compilator by itself.
                Now, when I try to build project, I get
                @:-1: error: cannot find -lGL
                :-1: error: collect2: error: ld returned 1 exit status
                @

                1 Reply Last reply
                0
                • sierdzioS Offline
                  sierdzioS Offline
                  sierdzio
                  Moderators
                  wrote on last edited by
                  #8

                  You are missing OpenGL drivers. Install the driver for your graphics card, or use Mesa if you are fine with software rendering of OpenGL.

                  (Z(:^

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    dabla24
                    wrote on last edited by
                    #9

                    Ok, now works. I needed to install Mesa-libGL1

                    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