i have been compile successfully,but i can't run this program. it show me
/usr/bin/PPSSPPSDL: line 3: 14340 Segmentation fault (core dumped) ./PPSSPPSDL i don't know how to do
Search Criteria
Package Details: ppsspp-git 1.18.1.r1606.f573b0c72c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ppsspp-git.git (read-only, click to copy) |
---|---|
Package Base: | ppsspp-git |
Description: | A PSP emulator written in C++ |
Upstream URL: | https://www.ppsspp.org/ |
Licenses: | GPL2 |
Conflicts: | ppsspp |
Provides: | ppsspp |
Submitter: | libcg |
Maintainer: | loathingkernel |
Last Packager: | loathingkernel |
Votes: | 43 |
Popularity: | 0.015664 |
First Submitted: | 2012-11-05 20:36 (UTC) |
Last Updated: | 2025-04-06 14:33 (UTC) |
Dependencies (28)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libzip (libzip-gitAUR)
- ppsspp-assets-gitAUR
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- sdl2_ttf
- snappy (snappy-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- glu (glu-gitAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- Show 8 more dependencies...
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 Next › Last »
<deleted-account> commented on 2013-07-09 11:20 (UTC)
mobad commented on 2013-06-29 15:56 (UTC)
Yeah, I needed those LDFLAGS to compile as well.
They should probably be added to the PKGBUILD.
mvdan commented on 2013-06-14 21:06 (UTC)
To get it to build, I had to add to LDFLAGS:
-lavdevice -lavformat -lavcodec -lavutil -lswscale -lbz2 -lswresample
This is due to some previous changes. Extra dependencies like ffmpeg should be added, of course.
libcg commented on 2013-06-08 16:56 (UTC)
Added the ppsspp 0.7.6 package : https://aur.archlinux.org/packages/ppsspp/
libcg commented on 2013-06-08 14:26 (UTC)
Updated using m45t3r's PKGBUILD and the fix suggested by Patofet.
Thanks to you both, it should be working fine.
Right now it doesn't compile but it should be fixed upstream really soon.
Sorry for the delay!
<deleted-account> commented on 2013-06-07 13:51 (UTC)
I must change: export LDFLAGS="" to export LDFLAGS="-ldl" in PKGBUILD for compile ¬¬
libcg commented on 2013-04-24 20:17 (UTC)
Testing m45t3r's PKGBUILD right now.
@Ziemas: New package required for this. I can take a look.
<deleted-account> commented on 2013-04-24 13:49 (UTC)
Yep, the PKGBUILD by m45t3r works :D
Pinned Comments
xdavidwu commented on 2021-02-09 03:30 (UTC)
Please don't flag this package out-of-date when you see the version string is. This is a VCS package. It always grabs the latest source from upstream repo and version string is generated at build time. As long as it builds fine, it is up-to-date. It is your responsibility to decide when to rebuild (update). I won't bump the version for you.
Also, I am running a daily build service, and by that, I can check that it builds fine daily. Ancient version string does not mean that I have loose track of the latest source.