Skip to content

Compile errors on Fedora 34 Workstation #34

@IAMSolaara

Description

@IAMSolaara

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions