Microchip-MPLAB-Harmony / gfx

Harmony 3 Graphics library
https://microchip-mplab-harmony.github.io/gfx/
Other
16 stars 15 forks source link

linux composer wrong qt libraries shipped #22

Open simeonfelis opened 2 years ago

simeonfelis commented 2 years ago

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 commented 2 years ago

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

simeonfelis commented 2 years ago

with gfx v3.11.1 it works again, thx!