Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any help comiling ppssppQt in linux
01-18-2014, 01:17 PM
Post: #1
Any help comiling ppssppQt in linux
I keep getting this error.


Code:
/usr/bin/ld: cannot find -lQt5Multimedia
collect2: error: ld returned 1 exit status
make[1]: *** [PPSSPPQt] Error 1
make[1]: Leaving directory `/home/xeno/ppsspp/Qt'
make: *** [sub-PPSSPP-pro-make_first-ordered] Error 2
Find all posts by this user
Quote this message in a reply
01-18-2014, 03:22 PM
Post: #2
RE: Any help comiling ppssppQt in linux
Do you have the Qt5 multimedia package installed (along with the qt5 core packages)?

For Ubuntu try

Code:
sudo apt-get install libqt5multimedia5
Find all posts by this user
Quote this message in a reply
01-18-2014, 06:24 PM
Post: #3
RE: Any help comiling ppssppQt in linux
(01-18-2014 03:22 PM)Bigpet Wrote:  Do you have the Qt5 multimedia package installed (along with the qt5 core packages)?

For Ubuntu try

Code:
sudo apt-get install libqt5multimedia5

Thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: