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/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"
Both installations were configured with
$../configure -developer-build -- -D QT_BUILD_TESTS_BY_DEFAULT=OFF

$cmake --build . --parallel 6

I also tried 

$cmake --build . -j 6
got the same error. So it is the same configuration but in different 
directories and different branchs.

Just to give a background, of what I'm trying to achive is to test this bug fix 
in linux  [QTBUG-96202] SoundEffect does not work in Qt6.2 beta3 in Windows and 
Linux - Qt Bug Tracker   

| 
| 
|  | 
[QTBUG-96202] SoundEffect does not work in Qt6.2 beta3 in Windows and Li...


 |

 |

 |

 and patch in  https://codereview.qt-project.org/c/qt/qtmultimedia/+/371129
The fix is schedule to 6.2.1, since this branch doesnt exist yet, I compiled 
the dev branch, where the patch is already applied, actually is worse now since 
it crashs the program. Then I build the branch 6.2.0 with the patch applied 
manually but it failled. Then I build branch 6.2.0 without the patch, it 
failled.

ThanksJoão




    Em domingo, 3 de outubro de 2021 18:18:42 GMT+1, Thiago Macieira 
<thiago.macie...@intel.com> escreveu:  
 
 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/./translations/qtwebsockets_en
> .qm': No such file or directory

Can you share the exact cmake or configure command-line you tried?

And when you say you built 6.2.0, was that from a set of tarballs (and if so, 
which one(s)?) or was it by switching your git checkout to the git tag?

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



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
  
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to