Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux composer wrong qt libraries shipped #22

Open
simeonfelis opened this issue Aug 24, 2022 · 2 comments
Open

linux composer wrong qt libraries shipped #22

simeonfelis opened this issue Aug 24, 2022 · 2 comments

Comments

@simeonfelis
Copy link

Starting composer on linux reveals

Cannot mix incompatible Qt library (5.14.1) with this library (5.15.2)

Replacing file in eg. ~/Harmony3/gfx/middleware/legato/composer/linux/plugins/legato like this fixes the problem:

simeon@semsnb01 ..e/legato/composer/linux/plugins/legato (git)-[tags/v3.11.0] % ls -l
insgesamt 9480
-rwxr-xr-x 1 simeon simeon 5340944 24. Aug 11:08 legato_plugin.so
lrwxrwxrwx 1 simeon simeon      23 24. Aug 11:16 libQt5Network.so.5 -> libQt5Network.so.5.15.2
-rwxr-xr-x 1 simeon simeon 2201976 24. Aug 11:08 libQt5Network.so.5.wrong
-rwxr-xr-x 1 simeon simeon 1574872 10. Feb 2021  libQt5Network.so.5.15.2
lrwxrwxrwx 1 simeon simeon      19 24. Aug 11:17 libQt5Xml.so.5 -> libQt5Xml.so.5.15.2
-rwxr-xr-x 1 simeon simeon  311616 24. Aug 11:08 libQt5Xml.so.5.wrong
-rwxr-xr-x 1 simeon simeon  268192 10. Feb 2021  libQt5Xml.so.5.15.2

Please bump the shipped qt libs so their versions match.

@MHGC
Copy link
Contributor

MHGC commented Aug 24, 2022

Thank you for reporting this. It will be fixed in v3.11.1. ETA sometime next week.

@simeonfelis
Copy link
Author

simeonfelis commented Sep 21, 2022

with gfx v3.11.1 it works again, thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants