[SOLVED] Error in compile on Ubuntu 14.04 LTS
-
Hello everybody ;
Who can help me for solve this problem.
My Os is : Linux ubuntu 14.04 LTS
I Install Qt 5.2.0 x64 BitError after build my project :
/usr/bin/ld: cannot find -lxslt
/usr/bin/ld: cannot find -lgio-2.0
/usr/bin/ld: cannot find -lgstapp-0.10
/usr/bin/ld: cannot find -lgstinterfaces-0.10
/usr/bin/ld: cannot find -lgstpbutils-0.10
/usr/bin/ld: cannot find -lgstvideo-0.10
/usr/bin/ld: cannot find -lgstbase-0.10
/usr/bin/ld: cannot find -lgstreamer-0.10
/usr/bin/ld: cannot find -lgobject-2.0
/usr/bin/ld: cannot find -lgmodule-2.0
/usr/bin/ld: cannot find -lxml2
/usr/bin/ld: cannot find -lgthread-2.0
/usr/bin/ld: cannot find -lglib-2.0
collect2: error: ld returned 1 exit status
make: *** [../Win32/Debug/MyProjectName] Error 1
15:36:43: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project Serverelite (kit: Desktop Qt 5.2.0 GCC 64bit)
When executing step 'Make'
15:36:43: Elapsed time: 02:28. -
Well , I don't know ! How can I check it?
-
I hope, this "To Do List After installing Ubuntu 14.04 LTS Trusty Tahr OS ":http://debianhelp.wordpress.com/2013/11/27/to-do-list-after-installing-ubuntu-14-04-trusty-tahr-os/ is useful for you.
Just look for gstreamer here. -
[quote author="Clochydd" date="1399209111"]I hope, this "To Do List After installing Ubuntu 14.04 LTS Trusty Tahr OS ":http://debianhelp.wordpress.com/2013/11/27/to-do-list-after-installing-ubuntu-14-04-trusty-tahr-os/ is useful for you.
Just look for gstreamer here.[/quote]Thank you very much but i just remove QWebkit from my .pro file and problem is solved,