I have build QLC+ 4.12.3-GIT with Qt 5.13.0 and Qt 5.14.0 on Ubuntu 18.04 and starting it from command line I get this errors.
qlcplus: relocation error: /home/sbenejam/Qt/5.13.0/gcc_64/lib/libQt5Widgets.so.5: symbol _ZN23QPlatformSystemTrayIcon20contextMenuRequestedE6QPointPK15QPlatformScreen version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference
qlcplus: relocation error: /home/sbenejam/Qt/5.14.0/gcc_64/lib/libQt5Widgets.so.5: symbol _ZN22QGuiApplicationPrivate12addQtOptionsEP5QListI18QCommandLineOptionE version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference
QLC+ don't start. It's a bug or I'm missing something?. I downloaded the qlcplus-qt5 package and qlcplus starts.
QLC+ 4.12.3 GIT error
- sbenejam
- Posts: 607
- Joined: Sun Apr 12, 2015 6:28 pm
- Real Name: Santiago Benejam Torres
- Contact:
- mcallegari
- Posts: 4710
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
That's weird.
I build on Kubuntu 18.04 with any Qt version and I don't see that error.
Yours looks like a conflict of Qt versions but I can't explain why I'm not seeing it
I build on Kubuntu 18.04 with any Qt version and I don't see that error.
Yours looks like a conflict of Qt versions but I can't explain why I'm not seeing it
- sbenejam
- Posts: 607
- Joined: Sun Apr 12, 2015 6:28 pm
- Real Name: Santiago Benejam Torres
- Contact:
It's very strange. I will reinstall Qt on sunday. I have a concert this saturday.
- sbenejam
- Posts: 607
- Joined: Sun Apr 12, 2015 6:28 pm
- Real Name: Santiago Benejam Torres
- Contact:
Hi Massimo, I reinstalled Qt5.13.0 and Qt5 5.14.0 recompiled qlcplus and I get the same errors. Then I reinstalled with apt the libqt5gui5 package from Ubuntu 18.04 repositories and now qlcplus starts. Only one more thing, after closing qlcplus a qlcplus process is still running until I kill it with killall or if I started it from command-line until making a ctrl+c
sbenejam@migjorn:~$ ps aux | grep qlcplus
sbenejam 7351 15.8 0.4 3525928 76396 ? Sl 09:33 0:01 /usr/bin/qlcplus --open
sbenejam 7364 0.0 0.0 15668 960 pts/1 S+ 09:33 0:00 grep --color=auto qlcplus
sbenejam@migjorn:~$ ps aux | grep qlcplus
sbenejam 7351 15.8 0.4 3525928 76396 ? Sl 09:33 0:01 /usr/bin/qlcplus --open
sbenejam 7364 0.0 0.0 15668 960 pts/1 S+ 09:33 0:00 grep --color=auto qlcplus
- mcallegari
- Posts: 4710
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
- sbenejam
- Posts: 607
- Joined: Sun Apr 12, 2015 6:28 pm
- Real Name: Santiago Benejam Torres
- Contact:
I tested to build against Qt5.13.0 and I not get this error.mcallegari wrote: ↑Mon Jan 06, 2020 11:51 amYeah, I noticed that too.
Another regression caused by Qt.