qxcbintegration.cpp: undefined reference to QSpiAccessibleBridge
Unsolved
Installation and Deployment
-
/home/root3/buildroot/output/host/usr/bin/arm-buildroot-linux-gnueabihf-g++ --sysroot=/home/root3/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot -Wl,--no-undefined -Wl,--version-script,QtXcbQpa.version -Wl,-O1 -Wl,--enable-new-dtags -shared -Wl,-soname,libQt5XcbQpa.so.5 -o libQt5XcbQpa.so.5.6.0 .obj/qxcbclipboard.o .obj/qxcbconnection.o .obj/qxcbintegration.o .obj/qxcbkeyboard.o .obj/qxcbmime.o .obj/qxcbdrag.o .obj/qxcbscreen.o .obj/qxcbwindow.o .obj/qxcbbackingstore.o .obj/qxcbwmsupport.o .obj/qxcbnativeinterface.o .obj/qxcbcursor.o .obj/qxcbimage.o .obj/qxcbxsettings.o .obj/qxcbsystemtraytracker.o .obj/qxcbconnection_xi2.o .obj/qxcbglintegrationfactory.o .obj/qxcbglintegration.o .obj/qxcbnativeinterfacehandler.o .obj/moc_qxcbconnection.o .obj/moc_qxcbmime.o .obj/moc_qxcbnativeinterface.o .obj/moc_qxcbsystemtraytracker.o .obj/moc_qxcbglintegrationplugin.o -L/home/root3/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib -lX11 -lX11-xcb -lXi -lxcb-render -ldbus-1 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr -lxcb-shape -lxcb-keysyms -lxcb-xinerama -lxcb-xkb -lxkbcommon-x11 -lxkbcommon -L/home/root3/buildroot/output/build/qt5base-5.6.0/lib -lQt5PlatformSupport -lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0 -lEGL -lbcm_host -lvchostif -lGLESv2 -lQt5Gui -lQt5DBus -lQt5Core -lrt -ldl -lpthread -lGLESv2 .obj/qxcbintegration.o: In function `QXcbIntegration::accessibility() const': qxcbintegration.cpp:(.text+0x104): undefined reference to `QSpiAccessibleBridge::QSpiAccessibleBridge()' collect2: error: ld returned 1 exit status
Any idea?
-
Hi,
What version of Qt are you trying to build ? Which options did you pass to configure ? What was the configuration summary ?
-