The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





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
Post Reply 


Messages In This Thread
Help with Linux Builds - zawata - 09-29-2013 05:56 AM
RE: Help with Linux Builds - amirzaim - 11-23-2013, 05:38 AM
RE: Help with Linux Builds - xsacha - 11-23-2013, 06:07 AM
RE: Help with Linux Builds - aakicee - 04-20-2015, 08:49 AM
RE: Help with Linux Builds - round - 10-26-2016, 10:52 AM

Forum Jump: