One piece of software I enjoy using on most OSes is SIMH, and while I can easily get SIMH for any Linux, or macOS, or BSD, it’s not available in HaikuPorts (or at least not in the default repos), so I figured I could roll builds myself.
I downloaded the source from the 4.x Git repo here and made sure to install the needed prerequisite -devel packages (libpcap, libsdl2, libsdl2-ttf, libpcre). However, my test runs are giving me errors a few seconds into evoking ‘make’.
A Pastebin of the errors I’m getting is here.
What is needed to get SIMH to build correctly in Haiku? The errors I’m seeing mention declaration of ‘uint64’ and ‘t_uint64’ (which are in the linked Pastebin), so I figure something needs to be declared differently?