forked from icculus/Serious-Engine
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels