[Interest] Compile Qt 6.2.1 from source

Thiago Macieira thiago.macieira at intel.com
Tue Oct 5 01:38:35 CEST 2021


On Monday, 4 October 2021 14:43:08 PDT joao morgado via Interest wrote:
>  Hi Thiago
> "git describe" shows 
> 
> v6.2.0-3-g1d8225dd
> and  "git branch" shows
> 6.2.0

The first one is fine. That indicates 3 commits past the v6.2.0 tag. The 
second one is weird. The 6.2.0 branch shouldn't have moved after the tag, but 
it's not a problem.

> I did a fresh install from start: git clone ..., git checkout 6.2.0,  git
> submodule update,  perl init-repository,  again a git sub module update, 
> configure ... , cmake --build .... I got the same type of error:

Please insert "-j1 -v" to the cmake --build line (after --build) and paste the 
output.

PS: you should install ninja.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel DPG Cloud Engineering





More information about the Interest mailing list