[Interest] Qt6 fails to compile on linux Ubuntu 22.04

Thiago Macieira thiago.macieira at intel.com
Fri Jan 6 23:34:46 CET 2023


On Friday, 6 January 2023 13:31:38 -03 Nuno Santos wrote:
> I had all those packets installed even so it was failing…

You either didn't have everything or one of the packages was actually buggy. 
Please confirm you had xkbcommon and xkbcommon-x11.

You can also take a look at the section of the CMake output that starts with

-- The following OPTIONAL packages have not been found:


You should try to get that list as empty as possible. For implementation 
reasons, it will never get empty and will have misleading entries. For 
example, it will tell you it hasn't found PCRE2, despite the section above 
this saying it has found WrapPCRE2 and WrapSystemPCRE2. So you can ignore 
entries listed there that show up in the "have been found" list above under a 
slightly different name.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering





More information about the Interest mailing list