I see that the pre-compiled executables from jenkins-latest use libncursesw.so.5. When I have both libncurses5-dev
and libncursesw5-dev
installed, the compilation fully finishes with a compiled executable, but ldd shows it using libncurses.so.6. If I uninstall libncurses5-dev to try to get the libncursesw version, the compiler crashes saying ncurses.h not found. So, how do I force the compiler to use libncursesw?
The reason I ask is I noticed that my compiled versions of the ASCII Cataclysm do not display the upside down question mark, ¿, correctly, instead displaying ‘M-BM-(’, which, of course, messes up the screen. I believe this could be due to the above, as when I swap in the jenkins pre-compiled version the glitch goes away. I see this when I butcher cockroaches as well as other times.