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 compiling git source on Linux
11-06-2016, 05:37 AM
Post: #1
Help with compiling git source on Linux
Hi, i'm trying to get one of the latest git master branch source running, because of the new "SDL controller DB" included last month. I have problems with my xbox 360 controller, that's the reason - it's not working at all with ppsspp (as discribed in genereal discussion forum).

I'm getting following error, if i compile ppsspp on an ubuntu 14.04/trusty system:

Code:
.
.
Linking CXX executable PPSSPPSDL
/usr/bin/ld: cannot find -lswresample
collect2: error: ld returned 1 exit status
make[2]: *** [PPSSPPSDL] Fehler 1
make[1]: *** [CMakeFiles/PPSSPPSDL.dir/all] Fehler 2
make: *** [all] Fehler 2

I did following command to get the prerequesites (ext .. Libs) after git cloning the source before.

Code:
git submodule update --init

the swresample libs should be there under the ppsspp source tree:

Code:
/usr/local/src/ppsspp/ffmpeg/linux/x86/include/libswresample
/usr/local/src/ppsspp/ffmpeg/linux/x86/include/libswresample/swresample.h
/usr/local/src/ppsspp/ffmpeg/linux/x86/include/libswresample/version.h
/usr/local/src/ppsspp/ffmpeg/linux/x86/lib/libswresample.a
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/include/libswresample
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/include/libswresample/swresample.h
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/include/libswresample/version.h
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/lib/libswresample.a

before compiling i followed these instructions (README.txt): github.com/hrydgard/ppsspp/tree/master/SDL

Any help?

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


Messages In This Thread
Help with compiling git source on Linux - ciaccom - 11-06-2016 05:37 AM

Forum Jump: