12-08-2020, 05:42 PM
I've been trying to build my favorite Unix game, rogue, on the Pinephone but still have compilation errors to track down. A problem is that the code is ancient, written in prehistoric K&R C. (I used to play it on VAX BSD 4.1 back in the early 1980s). There is some linux-ized source code available and I've built it on my Ubuntu desktop system but no joy on the Pinephone yet. (Actually just having a phone where one can ssh in to use a C compiler and makefiles etc. is a real hoot all on its own.)
The source code I've been working with is here:
https://codeload.github.com/Davidslv/rogue/zip/master
So far I've had to download the latest config.guess from github to get the configure script to work, and installed the ncurses library dependency, but there are still some problems with declaration of variables, functions, and structures.
The source code I've been working with is here:
https://codeload.github.com/Davidslv/rogue/zip/master
So far I've had to download the latest config.guess from github to get the configure script to work, and installed the ncurses library dependency, but there are still some problems with declaration of variables, functions, and structures.