Failed to build Qt 6 on ubuntu 22.04
-
Hi, everyone!
I want to build Qt on ubuntu but it doesn't work. I followed the step from here https://wiki.qt.io/Building_Qt_Creator_from_Git_on_Ubuntu_22.04#6._Build_Qt_Creator , when I tried to build the Qt creator using cmake there is an error like in the picture below:

Is there any suggest to resolve the problem?
Thank you in advance. -
Hi, everyone!
I want to build Qt on ubuntu but it doesn't work. I followed the step from here https://wiki.qt.io/Building_Qt_Creator_from_Git_on_Ubuntu_22.04#6._Build_Qt_Creator , when I tried to build the Qt creator using cmake there is an error like in the picture below:

Is there any suggest to resolve the problem?
Thank you in advance.@Rizkiamaliap0198 said in Failed to build Qt 6 on ubuntu 22.04:
I want to build Qt on ubuntu but it doesn't work. I followed the step from here https://wiki.qt.io/Building_Qt_Creator_from_Git_on_Ubuntu_22.04#6._Build_Qt_Creator ,
What exactly do you want to build? Qt or QtCreator?
Did you read the error message and installed the appropriate development packages cmake is complaining about?
-
@Rizkiamaliap0198 said in Failed to build Qt 6 on ubuntu 22.04:
I want to build Qt on ubuntu but it doesn't work. I followed the step from here https://wiki.qt.io/Building_Qt_Creator_from_Git_on_Ubuntu_22.04#6._Build_Qt_Creator ,
What exactly do you want to build? Qt or QtCreator?
Did you read the error message and installed the appropriate development packages cmake is complaining about?
@Christian-Ehrlicher Qt creator, i'm a newbie for this, so what i need to do to solve the problem?
-
I got the same result, and I dont know how to fix it. Anyone?