How get Quake World client at Artix?
qzQuake from AUR or source build gives error
[CC] .ezquake/src/sv_mod_frags.o
src/sv_mod_frags.c: In function ‘parse_mod_string’:
src/sv_mod_frags.c:181:51: error: passing argument 1 of ‘pcre2_substring_list_free_8’ from incompatible pointer type [-Wincompatible-pointer-types]
181 | pcre2_substring_list_free((const PCRE2_UCHAR8**)buf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| |
| const PCRE2_UCHAR8 ** {aka const unsigned char **}
In file included from src/sv_mod_frags.c:33:
/usr/include/pcre2.h:949:1: note: expected ‘PCRE2_UCHAR8 **’ {aka ‘unsigned char **’} but argument is of type ‘const PCRE2_UCHAR8 **’ {aka ‘const unsigned char **’}
949 | PCRE2_TYPES_STRUCTURES_AND_FUNCTIONS
| ^
make: *** [Makefile:630: .ezquake/src/sv_mod_frags.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
home:[freeartist-artix]:/tmp/ezquake$
nQuake AppImage run error
Fuse2 installed
home:[freeartist-artix]:~/nquake$ ./ezQuake-x86_64.AppImage
executing with native libc
Received signal 4, exiting...
home:[freeartist-artix]:~/nquake$