Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.2.0
-
None
-
Qt5.2.0 x64 installed via offline .run installer. CentOS 6.4 64-bit, with the GCC and Glib update (Gcc 4.6.2).
Description
Probably linked to QTBUG-34302
When I try to compile a project that includes webkitwidgets, I get ld linker errors:
g++ -Wl,-O1 -Wl,-rpath,/software/Qt/Qt5.2.0/5.2.0/gcc_64 -Wl,-rpath,/software/Qt/Qt5.2.0/5.2.0/gcc_64/lib -Wl,-rpath-link,/software/Qt/Qt5.2.0/5.2.0/gcc_64/lib -o WebKitTest main.o mainwindow.o moc_mainwindow.o -L/software/Qt/Qt5.2.0/5.2.0/gcc_64/lib -lQt5WebKitWidgets -lX11 -lxslt -lgio-2.0 -lgstapp-0.10 -lgstinterfaces-0.10 -lgstpbutils-0.10 -pthread -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 -lQt5Sql -lQt5Quick -lQt5Positioning -lQt5OpenGL -lQt5PrintSupport -lQt5WebKit -lQt5Qml -lQt5Widgets -lQt5Network -lQt5Sensors -lQt5Gui -lQt5Core -lGL -lpthread /software/gcc/gcc-4.6/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lxslt /software/gcc/gcc-4.6/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lgstapp-0.10 /software/gcc/gcc-4.6/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lgstinterfaces-0.10 /software/gcc/gcc-4.6/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lgstpbutils-0.10 /software/gcc/gcc-4.6/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lgstvideo-0.10 collect2: ld returned 1 exit status make: *** [WebKitTest] Error 1
I have GStreamer installed:
$ rpm -qa | grep gstream gstreamer-plugins-good-0.10.23-1.el6.x86_64 gstreamer-tools-0.10.29-1.el6.x86_64 gstreamer-0.10.29-1.el6.i686 gstreamer-devel-0.10.29-1.el6.x86_64 gstreamer-0.10.29-1.el6.x86_64 gstreamer-plugins-base-0.10.29-2.el6.x86_64 phonon-backend-gstreamer-4.6.2-26.el6_4.x86_64
Attachments
Issue Links
- is replaced by
-
QTBUG-34302 Linking error agaist QtWebkit on CentOS6.4 x64
- Closed