Cannot run make
-
Hi,
Might be a silly question but did you install the Qt dev packages from your distribution ?
-
Hi @laetis,
I guess you use QMake to build your projects? So qmake creates the Makefile and then make builds your program.
You have already investigated a lot, and from your information I'd say the Kit (combination of Compiler, Qt version and Debugger) you use to build your library is corrupted.
When you first create a project, a projects settings screen should appear. You can get it later by clicking the Projects icon at the left bar or pressing Ctrl+5.
Maybe you can post a picture what you see there? This should give a hint what's going on.
-
Hi @laetis,
Repeating myself:
When you first create a project, a projects settings screen should appear. You can get it later by clicking the Projects icon at the left bar or pressing Ctrl+5.
Maybe you can post a picture what you see there? This should give a hint what's going on.
-
Do you have a 32bit version of Qt installed ?
From the looks of it, you are trying to build a 32bit application on a 64bit Linux installation.
-
Do you have a 32bit version of Qt installed ?
From the looks of it, you are trying to build a 32bit application on a 64bit Linux installation.
-
@SGaist
Indeed I have a 64bit installation not a 32. What I don't know is how to tell Qtcreator to not try do a 32bit app...@laetis said in Cannot run make:
What I don't know is how to tell Qtcreator to not try do a 32bit app
Select your 64bit Kit
-
@laetis said in Cannot run make:
What I don't know is how to tell Qtcreator to not try do a 32bit app
Select your 64bit Kit
-
The "Topic Tools" button.