Package Details: gcn64tools-git r467.43db365-2

Git Clone URL: https://aur.archlinux.org/gcn64tools-git.git (read-only, click to copy)
Package Base: gcn64tools-git
Description: Raphnet USB adapter management tools.
Upstream URL: https://github.com/raphnet/gcn64tools
Keywords: clone gcn64tools guitar hero rapthnet usb wii wiitar
Licenses: GPL3
Provides: gcn64tools
Submitter: luluco250
Maintainer: luluco250
Last Packager: luluco250
Votes: 2
Popularity: 0.050237
First Submitted: 2022-05-28 20:10 (UTC)
Last Updated: 2026-03-04 14:25 (UTC)

Latest Comments

luluco250 commented on 2026-03-04 14:26 (UTC)

Fixed, apologies for the delay.

archiveliz commented on 2026-02-22 04:35 (UTC) (edited on 2026-02-22 04:47 (UTC) by archiveliz)

bemug, Your compile failed because the build() function in PKGBUILD overwrites the Makefile.common parameters needed to load the files that are inside the rntlib folder, copy this code and replace the entire build() function in PKGBUILD.

In other words the build() in PKGBUILD must NOT have any CFLAG parameters or else the compile will FAIL.

build() {
    cd "$srcdir/gcn64tools/src"
    make ${MAKEFLAGS}
    # Do NOT use CFLAGS in this PKGBUILD as the required parameters to build correctly -Irntlib, HIDAPI_CFLAGS, etc... are handled by Makefile.common
}

DON'T change other stuff, you only need to replace the build() in PKGBUILD, that's all.

bemug commented on 2024-11-30 10:51 (UTC) (edited on 2024-11-30 10:52 (UTC) by bemug)

Hello, I got these errors while building :

In file included from ./rntlib/gcn64lib.c:19:
./rntlib/rnt_priv.h:4:10: fatal error: hidapi.h: No such file or directory
    4 | #include "hidapi.h"
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile.common:69: gcn64lib.o] Error 1
make: *** Waiting for unfinished jobs....
main.c:24:10: fatal error: hexdump.h: No such file or directory
   24 | #include "hexdump.h"
      |          ^~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: main.o] Error 1
In file included from ./rntlib/raphnetadapter.c:22:
./rntlib/rnt_priv.h:4:10: fatal error: hidapi.h: No such file or directory
    4 | #include "hidapi.h"
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile.common:69: raphnetadapter.o] Error 1