Search Criteria
Package Details: libretro-parallel-n64-git 5223.0a67445c-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: | libretro implementation to Nintendo 64 e 64DD |
Upstream URL: | https://github.com/libretro/parallel-n64 |
Keywords: | games libretro Nintendo64 Nintendo64DD retroarch |
Licenses: | |
Groups: | |
Conflicts: | |
Submitter: | Kierek |
Maintainer: | OJaksch |
Last Packager: | OJaksch |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-18 10:54 |
Last Updated: | 2021-04-08 19:46 |
Dependencies (4)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libretro-core-info (libretro-core-info-git)
- git (git-git) (make)
- mesa (mesa-noglvnd, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git) (make)
Latest Comments
1 2 Next › Last »
OJaksch commented on 2021-04-09 05:25
@acidicX Okay, I see that you're building it on ARM. I can't test/compile it under this conditions for now (no Arch/ARMN at hand), but tried that on a Debian/ARM platform and it also fails (with other errors).
You should try and use libretro-mupen64plus-next-git, which seems to be the successor of all *n64 cores.
acidicX commented on 2021-04-08 20:56
@OJaksch nope, sadly still getting the same error when building on ARM v7l :(
OJaksch commented on 2021-04-08 19:48
@acidicX I'm sorry, but I just build this package in a couple of secs within my icecream cluster without any issues. Updated the package btw, so please try again if it build now at your site.
acidicX commented on 2021-04-08 18:12
I'm getting the following error on arm:
abouvier commented on 2020-05-15 10:28
The make command is now
make WITH_DYNAREC=x86_64 HAVE_PARALLEL=1 HAVE_PARALLEL_RSP=1 HAVE_THR_AL=1
upstream.abouvier commented on 2020-01-28 21:11
Can you enable the Parallel RSP? https://www.libretro.com/index.php/parallel-n64-with-parallel-rsp-dynarec-release-fast-and-accurate-n64-emulation/
depends=('libglvnd' 'clang')
makedepends=('git' 'llvm')
make WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1
abouvier commented on 2019-05-19 22:53
This package should provide/conflict with libretro-parallel-n64.
Enverex commented on 2018-04-12 10:04
Info files are now provided by libretro-core-info-git, can you remove the info file from this package so that they don't conflict please?
agapito commented on 2017-12-26 14:03
error: file owned by 'libretro-core-info' and 'libretro-parallel-n64-git': 'usr/share/libretro/info/parallel_n64_libretro.info'
MageJohn commented on 2017-09-01 10:55
The build is failing for me with this output:
c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DARCH_MIN_SSE2 -DHAVE_RICE -DHAVE_GLN64 -DHAVE_GLIDE64 -DHAVE_PARALLEL -MMD -DINLINE="inline" -O2 -DNDEBUG -DGIT_VERSION=\"" 16620622"\" -D__LIBRETRO__ -DM64P_PLUGIN_API -DM64P_CORE_PROTOTYPES -D_ENDUSER_RELEASE -DSINC_LOWER_QUALITY -I./glide2gl/src/Glitch64/inc -I./mupen64plus-core/src -I./mupen64plus-core/src/api -I./include -I./mupen64plus-core/src/plugin/audio_libretro -I./libretro-common/include -I./libretro -fPIC -msse -msse2 -DENABLE_3POINT -DENABLE_TEXTURE_SAMPLING -DHAVE_OPENGL -D_M_X64 -DDYNAREC -c mupen64plus-core/src/plugin/plugin.c -omupen64plus-core/src/plugin/plugin.o
mupen64plus-core/src/plugin/plugin.c: In function ‘plugin_connect_all’:
mupen64plus-core/src/plugin/plugin.c:294:16: error: ‘gfx_glide64’ undeclared (first use in this function); did you mean ‘gfx_gln64’?
gfx = gfx_glide64;
^~~~~~~~~~~
gfx_gln64
mupen64plus-core/src/plugin/plugin.c:294:16: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:656: mupen64plus-core/src/plugin/plugin.o] Error 1
Are other people having the same problem? If it's not an Arch problem, I'll open a GitHub issue.