[Solved] Linux - no compiler can produce code for this Qt version.
-
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
-
Myabe you are missing the compiler? Please install g++ using YaST.
-
[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
-
No, not libconfig. G++, or GCC - this is the compiler you need. Alternatively, you can download clang compiler, they are compatible.
-
[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
@ -
You are missing OpenGL drivers. Install the driver for your graphics card, or use Mesa if you are fine with software rendering of OpenGL.