Chataigne icon indicating copy to clipboard operation
Chataigne copied to clipboard

Compiling in Fedora 41 fails

Open linuxnow opened this issue 1 year ago • 1 comments

$ Compiling os_nix.c ../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c: In function ‘wiiuse_os_poll’: ../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c:322:29: error: implicit declaration of function ‘wiiuse_os_read’; did you mean ‘wiiuse_os_find’? [-Wimplicit-function-declaration] 322 | r = wiiuse_os_read(wm[i], read_buffer, sizeof(read_buffer)); | ^~~~~~~~~~~~~~ | wiiuse_os_find make: *** [Makefile:249: build/intermediate/Debug/os_nix_4c40caab.o] Error 1 make: *** Waiting for unfinished jobs....

linuxnow avatar Dec 09 '24 17:12 linuxnow

Hello, this should have been fixed with the referenced PR, can you confirm?

EmerickH avatar Mar 14 '25 19:03 EmerickH