[Solved] Linux - no compiler can produce code for this Qt version.
-
wrote on 8 Aug 2014, 06:22 last edited by
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.
-
wrote on 8 Aug 2014, 07:11 last edited by
Did you try to configure a kit manually ?
-
wrote on 8 Aug 2014, 07:22 last edited by
[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
-
wrote on 8 Aug 2014, 07:24 last edited by
[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
-
No, not libconfig. G++, or GCC - this is the compiler you need. Alternatively, you can download clang compiler, they are compatible.
-
wrote on 8 Aug 2014, 07:45 last edited by
[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.
-
wrote on 8 Aug 2014, 08:28 last edited by
Ok, now works. I needed to install Mesa-libGL1
6/9