Search Criteria
Package Details: libretro-parallel-n64-git 1:r6068.26d988ef-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libretro-parallel-n64-git.git (read-only, click to copy) |
|---|---|
| Package Base: | libretro-parallel-n64-git |
| Description: | Nintendo 64 core |
| Upstream URL: | https://github.com/libretro/parallel-n64 |
| Keywords: | games libretro Nintendo64 Nintendo64DD retroarch |
| Licenses: | GPL2, custom:multiple OSI licenses |
| Groups: | libretro |
| Conflicts: | libretro-parallel-n64 |
| Provides: | libretro-parallel-n64 |
| Submitter: | Kierek |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-02-18 10:54 (UTC) |
| Last Updated: | 2026-07-15 20:49 (UTC) |
Dependencies (5)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libretro-core-info (libretro-core-info-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber) (make)
- nasm (nasm-gitAUR) (make)
Required by (4)
- highscore (requires libretro-parallel-n64) (optional)
- kodi-addon-game-libretro-parallel-n64 (requires libretro-parallel-n64)
- kodi-addon-game-libretro-parallel-n64 (requires libretro-parallel-n64) (make)
- libretro-meta (requires libretro-parallel-n64)
Latest Comments
1 2 3 4 Next › Last »
tineva commented on 2026-06-11 19:43 (UTC) (edited on 2026-06-11 19:44 (UTC) by tineva)
@FabioLolix I tried adding that to the PKGBUILD right before the
makecommand, and it didn't work. I even tried addingCPPFLAGS+=" -Wno-implicit-function-declaration"andCXXFLAGS+=" -Wno-implicit-function-declaration"along with it, and it still failed to build.FabioLolix commented on 2026-06-10 19:32 (UTC)
I have a failure with both and solved adding
CFLAGS+=" -Wno-implicit-function-declaration"for bothtineva commented on 2026-06-10 18:03 (UTC)
Is there any way to get this and/or the libretro-mupen64 core to build with clang? Compiles fine with gcc, but I'm trying to switch over to clang as default.
foggybrain commented on 2025-04-01 18:38 (UTC)
That done it ! Thank-you & Hugs!!
FabioLolix commented on 2025-04-01 18:14 (UTC)
Then is likely failing because srcdir isn't cleaned, pass
-Ctoo to makepkg as good abit (-C, --cleanbuild Remove $srcdir/ dir before building the package)foggybrain commented on 2025-04-01 18:09 (UTC) (edited on 2025-04-01 18:12 (UTC) by foggybrain)
building with makepkg -cis after moving to directory.
I extract the snapshot to my aur build folder and work from there
FabioLolix commented on 2025-04-01 18:02 (UTC) (edited on 2025-04-01 18:02 (UTC) by FabioLolix)
How are you building the after editing the pkgbuild?
foggybrain commented on 2025-04-01 18:01 (UTC) (edited on 2025-04-01 18:08 (UTC) by foggybrain)
options=(!lto) added, no difference.
Also tried building with retroarch and libretro-core-info from extra and still fails
FabioLolix commented on 2025-04-01 17:58 (UTC)
builded fine here, you need to add that line
These don't matter for this issue
1 2 3 4 Next › Last »