opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.38k stars 143 forks source link

compile error: core/system.h needs to #include <stddef.h> #616

Open SKDzd opened 3 months ago

SKDzd commented 3 months ago

It has something to do with size_t managed to compile after including stddef.h (NOT as the compiler suggested though)

Then when running, the glx error poped up (workaround: disable antialias) My distro is a debian 12 flavor (MX 23.1)