Re: [Interest] Compile Qt 6.2.1 from source

2021-10-05 Thread Thiago Macieira
On Tuesday, 5 October 2021 03:30:11 PDT joao morgado via Interest wrote: > The officially supported CMake generator for building Qt is Ninja. You > are using: 'Unix Makefiles' instead. Thus, you might encounter issues. > Use at your own risk. Huh, ok. I thought Makefiles were supported, that'

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-05 Thread joao morgado via Interest
Thiago I found the problem, followed your advice I installed ninja-build and works fine.In fact, I checked a old configure output, showed a warning: + exec /home/joao/qt6.2/qt5/qtbase/configure -top-level -developer-build -- -D QT_BUILD_TESTS_BY_DEFAULT=OFF '/usr/local/bin/cmake' '-D' 'QT_BUILD_

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-04 Thread Thiago Macieira
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 move

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-04 Thread joao morgado via Interest
Hi Thiago "git describe" shows  v6.2.0-3-g1d8225dd and  "git branch" shows 6.2.0 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

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-04 Thread Thiago Macieira
On Sunday, 3 October 2021 12:36:52 PDT joao morgado via Interest wrote: > The second installation that failled I git cloned to /home/joao/qt6.2.0/qt5, > configured from /home/joao/qt6.2.0/qt5/qt6.2.0-build . I did a checkout to > branch 6.2.0 before the "perl init-repository" Hello João Please c

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-03 Thread joao morgado via Interest
Hi I did both instalations from git. The first one that was ok, I git cloned to /home/joao/qt6.2/qt5/ and configured it from /home/joao/qt6.2/qt5/qt6-build (bad naming the directory qt6.2 since I configured the dev branch) The second installation that failled I git cloned to /home/joao/qt6.2.0/

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-03 Thread Thiago Macieira
On Saturday, 2 October 2021 16:54:59 PDT joao morgado via Interest wrote: > lrelease error: cannot create > '/home/joao/qt6.2.0/qt5/qt6.2.0-build/qtbase/./translations/linguist_en.qm' > : No such file or directory lrelease error: cannot create > '/home/joao/qt6.2.0/qt5/qt6.2.0-build/qtbase/./transl

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-02 Thread joao morgado via Interest
> My rule of thumb: 2 GB of RAM per logical processor to do a compilation. So > 16 > GB of RAM is sufficient for a 4-core system (8 CPUs), but not for 6-core (12 > > CPUs). > But this doesn't apply to qtwebengine. That thing has a few VERY big files > > that are concatenation of a lot of smal

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-01 Thread Thiago Macieira
On Friday, 1 October 2021 08:52:09 PDT joao morgado via Interest wrote: > cmake --build . -j 6 > and it works very well, much less memory used and the pc was usable during > compile time My rule of thumb: 2 GB of RAM per logical processor to do a compilation. So 16 GB of RAM is sufficient for a 4

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-01 Thread joao morgado via Interest
October 1, 2021 3:25 PM To: Qt Interest Subject: Re: [Interest] Compile Qt 6.2.1 from source Hi The compilation failled twice, I'm using the dev branch and developer build: $ ../qt5/configure -developer-build -- -D QT_BUILD_TESTS_BY_DEFAULT=OFF $ cmake --build . --parallel bulding fails at apr

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-01 Thread Ivan Solovev
rest Sent: Friday, October 1, 2021 3:25 PM To: Qt Interest Subject: Re: [Interest] Compile Qt 6.2.1 from source Hi The compilation failled twice, I'm using the dev branch and developer build: $ ../qt5/configure -developer-build -- -D QT_BUILD_TESTS_BY_DEFAULT=OFF $ cmake --build . --parallel

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-01 Thread Mitch Curtis
: Interest On Behalf Of joao morgado via Interest Sent: Friday, 1 October 2021 3:26 PM To: Qt Interest Subject: Re: [Interest] Compile Qt 6.2.1 from source Hi The compilation failled twice, I'm using the dev branch and developer build: $ ../qt5/configure -developer-build

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-01 Thread joao morgado via Interest
Hi The compilation failled twice, I'm using the dev branch and developer build: $ ../qt5/configure -developer-build -- -D QT_BUILD_TESTS_BY_DEFAULT=OFF $ cmake --build . --parallel bulding fails at aprox. 36%, the pc runs out of memory and freezes. I'm using a fairly decent pc, with core i7 an

Re: [Interest] Compile Qt 6.2.1 from source

2021-09-30 Thread joao morgado via Interest
Thank you It's equal to building Qt5, wich I did before, I thought that for Qt6 git sources were no longer available. CheersJoão Em quinta-feira, 30 de setembro de 2021 19:18:03 GMT+1, Shawn Rutledge escreveu: On 2021 Sep 30, at 19:21, joao morgado via Interest wrote: Hi I have

Re: [Interest] Compile Qt 6.2.1 from source

2021-09-30 Thread Shawn Rutledge
On 2021 Sep 30, at 19:21, joao morgado via Interest mailto:interest@qt-project.org>> wrote: Hi I have a commercial Qt license, can I compile Qt 6.2.1 branch from source ? I have reported some bugs that are now fixed in that branch, would like to try it. I've been searching codereview reposito

[Interest] Compile Qt 6.2.1 from source

2021-09-30 Thread joao morgado via Interest
Hi I have a commercial Qt license, can I compile Qt 6.2.1 branch from source ?I have reported some bugs that are now fixed in that branch, would like to try it. I've been searching codereview repositories, but I'm a bit lost. ThanksJoão ___ Interest mail