Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Linux Builds
09-29-2013, 05:56 AM (This post was last modified: 09-29-2013 05:58 AM by zawata.)
Post: #1
Help with Linux Builds
Ive been trying to build PPSSPP for my linux distro - Ubuntu 13.04
because
- the windows version doesnt work for me(OpenGL Errors)
- wine windows wont work for me(i dont even know what happens it just doesnt work)
- android build runs well but audio is choppy and video is terrible(if i increase the graphics then it runs terrible)

i have tried SDL, Qt(terminal) and QTCREATOR

when i run ./b.sh
after printing "Linking CXX executable PPSSPPSDL"
i get this string of errors :
Quote:/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libavformat.a when searching for -lavformat
/usr/bin/ld: cannot find -lavformat
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libavcodec.a when searching for -lavcodec
/usr/bin/ld: cannot find -lavcodec
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libavutil.a when searching for -lavutil
/usr/bin/ld: cannot find -lavutil
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libswresample.a when searching for -lswresample
/usr/bin/ld: cannot find -lswresample
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libswscale.a when searching for -lswscale
/usr/bin/ld: cannot find -lswscale
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libavformat.a when searching for -lavformat
/usr/bin/ld: cannot find -lavformat
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libavcodec.a when searching for -lavcodec
/usr/bin/ld: cannot find -lavcodec
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libavutil.a when searching for -lavutil
/usr/bin/ld: cannot find -lavutil
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libswresample.a when searching for -lswresample
/usr/bin/ld: cannot find -lswresample
/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libswscale.a when searching for -lswscale
/usr/bin/ld: cannot find -lswscale
collect2: error: ld returned 1 exit status
make[2]: *** [PPSSPPSDL] Error 1
make[1]: *** [CMakeFiles/PPSSPPSDL.dir/all] Error 2
make: *** [all] Error 2

when trying to build SDL:
Quote:$ git clone git://github.com/hrydgard/ppsspp.git && cd ppsspp
$ git submodule update -i
$ ./b.sh
$ cd build
$ ./PPSSPPSDL
bash: ./PPSSPPSDL: No such file or directory

when i try Qt in terminal :
Quote:$ git clone git://github.com/hrydgard/ppsspp.git && cd ppsspp
$ git submodule update -i
$ ./b.sh
$ cd Qt
$ qmake PPSSPPQt.pro && make
qmake: could not find a Qt installation of ''

when i try to compile PPSSPPQt.pro in QTCreator
i get this error(which im pretty sure is caused by some noob-ish mistake):
Quote::-1: error: No rule to make target `libCommon.a', needed by `PPSSPPQt'. Stop.

im probably doing something wrong
some noob mistake, please help

P.S. going out of town monday morning 9/30, will not return until thursday 10/3
Find all posts by this user
Quote this message in a reply
11-23-2013, 05:38 AM
Post: #2
RE: Help with Linux Builds
Instead of using the shell script, maybe you might need the better method to perform this via terminal. Let say that you have downloaded the ppsspp source file:

cd ppsspp
mkdir build
cd build
cmake ..
make

Thus, ppsspp should be able to run without problems.
Find all posts by this user
Quote this message in a reply
11-23-2013, 06:07 AM
Post: #3
RE: Help with Linux Builds
Your Qt is not installed.
Try:
sudo apt-get install qtcreator

It will install everything you need.
Find all posts by this user
Quote this message in a reply
04-20-2015, 08:49 AM (This post was last modified: 12-18-2015 05:46 AM by aakicee.)
Post: #4
RE: Help with Linux Builds
I just wanted to say THANK YOU for this build. It works great..



__________________
solitaire champ - solitaire games free download
Find all posts by this user
Quote this message in a reply
10-26-2016, 10:52 AM
Post: #5
RE: Help with Linux Builds
I agree with you that, it's great. I greet you.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: