Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP on Ubuntu
03-23-2013, 07:59 AM
Post: #16
RE: PPSSPP on Ubuntu
Does it say anything after the qmake part?

-[Unknown]
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
03-25-2013, 11:05 PM
Post: #18
RE: PPSSPP on Ubuntu
Try installing qt-mobility.

-[Unknown]
Find all posts by this user
Quote this message in a reply
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
make -f Makefile.Native
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.Core
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.Common
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
g++ -c -pipe -Wno-unused-function -Wno-unused-variable -Wno-multichar -Wno-uninitialized -Wno-ignored-qualifiers -Wno-missing-field-initializers -Wno-unused-parameter -std=c++0x -ffast-math -fno-strict-aliasing -msse2 -O2 -fPIC -Wall -W -D_REENTRANT -DQT_WEBKIT -DUSING_QT_UI -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../ext/zlib -I../native/ext/glew -I../Common -I/usr/X11R6/include -I. -o CPUDetect.o ../Common/CPUDetect.cpp
../Common/CPUDetect.cpp: In member function ‘void CPUInfo::Detect()’:
../Common/CPUDetect.cpp:179:8: warning: variable ‘cmp_legacy’ set but not used [-Wunused-but-set-variable]
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
../Common/CPUDetect.cpp:68:4: error: PIC register clobbered by ‘ebx’ in ‘asm’
make[1]: *** [CPUDetect.o] Error 1
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make: *** [sub-Common-pro-make_default-ordered] Error 2
Find all posts by this user
Quote this message in a reply
03-26-2013, 10:08 AM
Post: #20
RE: PPSSPP on Ubuntu
That particular error should be fixed, please update your code from git.
Find all posts by this user
Quote this message in a reply
03-26-2013, 08:14 PM
Post: #21
RE: PPSSPP on Ubuntu
I try:

git submodule update -i

Nothing updated.
Find all posts by this user
Quote this message in a reply
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]
Find all posts by this user
Quote this message in a reply
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
make -f Makefile.Native
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.Core
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
/home/cyclonmaster/ppsspp/Qt/git-version-gen.sh
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.Common
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.PPSSPP
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
g++ -c -pipe -Wno-unused-function -Wno-unused-variable -Wno-multichar -Wno-uninitialized -Wno-ignored-qualifiers -Wno-missing-field-initializers -Wno-unused-parameter -std=c++0x -ffast-math -fno-strict-aliasing -msse2 -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DUSING_QT_UI -DQT_HAS_SDL -D_GNU_SOURCE=1 -D_REENTRANT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../ext/zlib -I../native/ext/glew -I../Common -I.. -I../Common -I../native -I../Qt -I/usr/include/SDL -I/usr/X11R6/include -Imoc -Iui -o QtMain.o ../native/base/QtMain.cpp
In file included from ../native/base/QtMain.cpp:17:0:
../native/base/QtMain.h:9:24: fatal error: QAudioOutput: No such file or directory
compilation terminated.
make[1]: *** [QtMain.o] Error 1
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make: *** [sub-PPSSPP-pro-make_default-ordered] Error 2

SDL build success with no error.
Find all posts by this user
Quote this message in a reply
03-27-2013, 01:05 AM
Post: #24
RE: PPSSPP on Ubuntu
Need to install qt-mobility.

-[Unknown]
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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]
Find all posts by this user
Quote this message in a reply
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
make -f Makefile.Native
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.Core
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
/home/cyclonmaster/ppsspp/Qt/git-version-gen.sh
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.Common
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make -f Makefile.PPSSPP
make[1]: Entering directory `/home/cyclonmaster/ppsspp/Qt'
g++ -c -pipe -Wno-unused-function -Wno-unused-variable -Wno-multichar -Wno-uninitialized -Wno-ignored-qualifiers -Wno-missing-field-initializers -Wno-unused-parameter -std=c++0x -ffast-math -fno-strict-aliasing -msse2 -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DUSING_QT_UI -DQT_HAS_SDL -D_GNU_SOURCE=1 -D_REENTRANT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../ext/zlib -I../native/ext/glew -I../Common -I.. -I../Common -I../native -I../Qt -I/usr/include/SDL -I/usr/X11R6/include -Imoc -Iui -o QtMain.o ../native/base/QtMain.cpp
In file included from ../native/base/QtMain.cpp:17:0:
../native/base/QtMain.h:9:24: fatal error: QAudioOutput: No such file or directory
compilation terminated.
make[1]: *** [QtMain.o] Error 1
make[1]: Leaving directory `/home/cyclonmaster/ppsspp/Qt'
make: *** [sub-PPSSPP-pro-make_default-ordered] Error 2
Find all posts by this user
Quote this message in a reply
03-27-2013, 07:13 AM
Post: #28
RE: PPSSPP on Ubuntu
Strange. You should have it:

http://doc.qt.digia.com/qtmobility-1.2/q...utput.html

-[Unknown]
Find all posts by this user
Quote this message in a reply
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*
qmake PPSSPPQt.pro && make
Find all posts by this user
Quote this message in a reply
03-28-2013, 01:37 PM
Post: #30
RE: PPSSPP on Ubuntu
(03-27-2013 05:08 PM)xsacha Wrote:  If qtmobility is installed, try cleaning the dir first and then qmake again.
Code:
rm Makefile*
qmake PPSSPPQt.pro && make

Try that, still no luck. Same error. Sad
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: