New comment by nashimus on void-packages repository https://github.com/void-linux/void-packages/pull/17759#issuecomment-568899735 Comment: Thank you for the suggestions. I wasn't aware of the state of fpc on other archs, that's good to know, it would be nice to fix it for as many as possible. [Hedgewars pas2CTutorial](https://www.hedgewars.org/kb/pas2CTutorial) > Pas2C is an alternative way to build the engine. It is disabled by default. > > Pas2C is intended to be used when building the engine natively (e.g. with FreePascal) fails for some reason. However, Pas2C does have some limitations and you should try to first build Hedgewars normally before attempting a Pas2C build. > > Pas2C is our hand-written Pascal-to-C-compiler. It works by converting all Pascal code to C, and then compiling the C code with a C compiler. Pas2C itself is written in Haskell. Yes, we're a little crazy. :-) >The Pas2C build currently doesn't support the video recorder.