PPSSPP on Ubuntu
|
03-23-2013, 07:59 AM
Post: #16
|
|||
|
|||
RE: PPSSPP on Ubuntu
Does it say anything after the qmake part?
-[Unknown] |
|||
03-25-2013, 10:56 PM
Post: #17
|
|||
|
|||
RE: PPSSPP on Ubuntu
i cant compile using the Qt version, it says:
QAudioOutput: No existe el archivo o el directorio compilación terminada. (the file or the directory doesnt exist) make[1]: *** [moc_QtMain.o] Error 1 make[1]: se sale del directorio «/home/wolfteam20/ppsspp/Qt» make: *** [sub-PPSSPP-pro-make_default-ordered] Error 2 |
|||
03-25-2013, 11:05 PM
Post: #18
|
|||
|
|||
RE: PPSSPP on Ubuntu
Try installing qt-mobility.
-[Unknown] |
|||
03-26-2013, 09:35 AM
Post: #19
|
|||
|
|||
RE: PPSSPP on Ubuntu
Error I got for Qt make:
Quote:cyclonmaster@ubuntu:~/ppsspp/Qt$ qmake PPSSPPQt.pro && make |
|||
03-26-2013, 10:08 AM
Post: #20
|
|||
|
|||
RE: PPSSPP on Ubuntu
That particular error should be fixed, please update your code from git.
|
|||
03-26-2013, 08:14 PM
Post: #21
|
|||
|
|||
RE: PPSSPP on Ubuntu
I try:
git submodule update -i Nothing updated. |
|||
03-26-2013, 09:00 PM
Post: #22
|
|||
|
|||
RE: PPSSPP on Ubuntu
In this case you want git pull or git fetch. The main project isn't updated using git submodule.
-[Unknown] |
|||
03-27-2013, 12:44 AM
Post: #23
|
|||
|
|||
RE: PPSSPP on Ubuntu
run git pull, successfully updated.
the I getb this for Qt: Quote:cyclonmaster@ubuntu:~/ppsspp/Qt$ qmake PPSSPPQt.pro && make SDL build success with no error. |
|||
03-27-2013, 01:05 AM
Post: #24
|
|||
|
|||
RE: PPSSPP on Ubuntu
Need to install qt-mobility.
-[Unknown] |
|||
03-27-2013, 02:11 AM
Post: #25
|
|||
|
|||
RE: PPSSPP on Ubuntu
From Ubuntu Software Centre, I had Installed http://developer.ubuntu.com/get-started/qt-creator/
Now, how to install qt-mobility? Can'y find it in Ubuntu Software Centre. Is it this one? http://developer.ubuntu.com/get-started/gomobile/ Install by using command: Quote:sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml |
|||
03-27-2013, 03:56 AM
Post: #26
|
|||
|
|||
RE: PPSSPP on Ubuntu
I'm not a Ubuntu user, but maybe try:
sudo apt-get install qtmobility-dev -[Unknown] |
|||
03-27-2013, 06:56 AM
(This post was last modified: 03-27-2013 07:07 AM by cyclonmaster.)
Post: #27
|
|||
|
|||
RE: PPSSPP on Ubuntu
Installed qtmobility-dev.
Still have error: Quote:cyclonmaster@ubuntu:~/ppsspp/Qt$ qmake PPSSPPQt.pro && make |
|||
03-27-2013, 07:13 AM
Post: #28
|
|||
|
|||
RE: PPSSPP on Ubuntu | |||
03-27-2013, 05:08 PM
Post: #29
|
|||
|
|||
RE: PPSSPP on Ubuntu
If qtmobility is installed, try cleaning the dir first and then qmake again.
Code: rm Makefile* |
|||
03-28-2013, 01:37 PM
Post: #30
|
|||
|
|||
RE: PPSSPP on Ubuntu | |||
« Next Oldest | Next Newest »
|