doomhack / GBADoom

A port of prBoom to the Nintendo GBA.
189 stars 27 forks source link

wont compile with latest devkit arm build #53

Closed Cavencruiser closed 1 day ago

Cavencruiser commented 1 month ago

C:/gbadoom/source/hu_lib.c: In function 'HUlib_initTextLine': C:/gbadoom/source/hu_lib.c:80:10: error: assignment to 'const patch_t ' from incompatible pointer type 'const patch_t ' [-Wincompatible-pointer-types] 80 | t->f = f; | ^ make[1]: [/opt/devkitpro/devkitARM/base_rules:39: hu_lib.o] Error 1 make: *** [Makefile:132: build] Error 2 Screenshot (153)

doomhack commented 1 day ago

This should be fixed now.

https://github.com/doomhack/GBADoom/issues/54