Package Details: libretro-parallel-n64-git 1:r6068.26d988ef-1

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)

Required by (4)

Sources (1)

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 make command, and it didn't work. I even tried adding CPPFLAGS+=" -Wno-implicit-function-declaration" and CXXFLAGS+=" -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 both

tineva 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 -C too 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)

Still not building.

builded fine here, you need to add that line

Using fresh builds of retroarch-git and libretro-core-info-git

These don't matter for this issue