snesrev / smw

Smw
https://discord.gg/AJJbJAzNNJ
Other
427 stars 42 forks source link

On Arch Linux the build is broken with the latest SDL2 #19

Closed xcom169 closed 1 year ago

xcom169 commented 1 year ago

cc -c -O2 -fno-strict-aliasing -Werror -I/usr/include/SDL2 -D_REENTRANT -DSYSTEM_VOLUME_MIXER_AVAILABLE=0 -I. src/main.c -o src/main.o src/main.c: In function ‘main’: src/main.c:389:10: error: lvalue required as left operand of assignment 389 | kRom = ReadWholeFile(argv[0], &size); | ^ make: *** [Makefile:25: src/main.o] Error 1

snesrev commented 1 year ago

Fixed in main