Qt platform plugin "xcb" error
-
Hi,
[quote author="nikohal" date="1395054352"]
libxkbcommon.so.0 => not found
[/quote]This is probably the root cause of your problem. Check your XKB installation. If that still doesn't fix things, continue below.[quote author="nikohal" date="1395054352"]
libQt5DBus.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found
[/quote]export LD_LIBRARY_PATH, then run ldd again.[quote author="nikohal" date="1395054273"]pi@raspberrypi ~/thc $ ls
libicudata.so.48.1.1
libQt5Gui.so.5
libicui18n.so.48.1.1
libQt5Gui.so.5.1.1
libicuuc.so.48.1.1
libQt5Widgets.so.5
libQt5Core.so.5
libQt5Widgets.so.5.1.1
libQt5Core.so.5.1.1 platforms (folder)
libQt5DBus.so.5
theocopy
libQt5DBus.so.5.1.1
theocopy.sh
[/quote]That's not all the libraries. The guide says copy EVERYTHING. -
Hi,
I found how to install libxkbcommon. But now I get next error:
Linux system - locale: "English"
Cant find EGLConfig, returning null config
Unable to find an X11 visual which matches EGL config 0
QXcbConnection: XCB error: 165 (Unknown), sequence: 149, resource id: 0, major code: 149 (Unknown), minor code: 20How fix this?
Regards, Niko H.
-
I don't know, sorry. It looks like an issue with your Linux filesystem, not just Qt -- I think you'll have better luck if ask devs who have Raspberry Pi experience. See http://www.raspberrypi.org/phpBB3/viewtopic.php?t=35099
EDIT: You can reach people in the "Qt on Pi" project at http://qt-project.org/wiki/QtonPi-Collaborate
-
I've tried on installing the dependencies you have suggested installing using the apt-get command. Unfortunately that doesn't work. I'm not using raspbian at the moment, I'm trying to install the qt5 onto my ubuntu 10. I've read it is possible to develop App on ubuntu and after compilation move it to the raspbian using the cross-compiling technique.
-
ok... now I receive an error when I try to launch qtcreator... it seems the "libCore.so" is missing! How can I check if it is properly installed? What do I have to do to install it?
-
I have tried on installing Qt5 from git repository, I have followed the instruction guide described "here":http://qt-project.org/wiki/Building_Qt_5_from_Git and and when I make Qt using the command "make -j4 all" (I have tried both the command) I received the error bellow:
@collect2: ld returned 1 exit status
make[6]: *** [../../../../plugins/platforms/libqxcb.so] Error 1
make[6]: Leaving directory/root/opt/qt5/qtbase/src/plugins/platforms/xcb' make[5]: *** [sub-xcb-plugin-pro-all-ordered] Error 2 make[5]: Leaving directory
/root/opt/qt5/qtbase/src/plugins/platforms/xcb'
make[4]: *** [sub-xcb-all] Error 2
make[4]: Leaving directory/root/opt/qt5/qtbase/src/plugins/platforms' make[3]: *** [sub-platforms-all] Error 2 make[3]: Leaving directory
/root/opt/qt5/qtbase/src/plugins'
make[2]: *** [sub-plugins-all] Error 2
make[2]: Leaving directory/root/opt/qt5/qtbase/src' make[1]: *** [sub-src-all] Error 2 make[1]: Leaving directory
/root/opt/qt5/qtbase'
make: *** [module-qtbase-all] Error 2@now I really need a help. I have tried all the suggested ways to install qt5 without success.... Why? Is it so difficult to install it?