Hi, I tried compiling this on my computer running Fedora 34 and after installing g++, cmake and SDL2-devel.
Most errors were regarding the ULONG and SLONG types, so I tried doing a massive sed replace of ULONG with unsigned long and of SLONG with long on all .c, .h, .cpp, .y and .es files in Sources.
This now triggers syntax errors for some .es files tho spitting out errors again.
It's weird how I haven't seen a single issue regarding ULONG on Linux. Am I missing perhaps some libraries?
Hi, I tried compiling this on my computer running Fedora 34 and after installing
g++,cmakeandSDL2-devel.Most errors were regarding the
ULONGandSLONGtypes, so I tried doing a massivesedreplace ofULONGwithunsigned longand ofSLONGwithlongon all.c,.h,.cpp,.yand.esfiles inSources.This now triggers syntax errors for some
.esfiles tho spitting out errors again.It's weird how I haven't seen a single issue regarding
ULONGon Linux. Am I missing perhaps some libraries?