IIRC you run configure as
It's
The code will try to find a display module - it runs though x11, gcu, sdl if it's enabled, I think in that order.
Don't be disheartened - Linux takes a while to get used to, but in my experience that pays off.
As far as the bone error goes, the problem is trailing whitespace at the end of the CONFIG line (ie after bone.147) - yes, I'm serious
Apart from that, there are references in the lib/* Makefiles to some files that you don't have.
I have made a fork, and fixed it to the point where it compiles for me - here is the relevant branch:
EDIT: Actually tried running it, and had Eddie's font problem; running with -msdl worked fine, though, as does -mgcu.
Code:
./configure --use-local-dirs
On a different note, once I get this working, to run the various different versions, don't I add an extension at the end, right? ./angband -sdl, or ./angband -x11.
Code:
./angband -msdl
Is there anyone out there on Linux who willing to take a quick 5-10 minutes and download the NPP source (work-in-progress branch) from github and see if they have any difficulties in getting it to execute? At least then I can eliminate the NPP source as the problem. (The fact that I am blocked from running Angband 3.3 either should be a pretty good indicator) I have spent hours on this, RTFM repeatedly, and I am just not having any success. This is crazy.
https://github.com/nppangband/NPPAng...rk_in_progress
https://github.com/nppangband/NPPAng...rk_in_progress
As far as the bone error goes, the problem is trailing whitespace at the end of the CONFIG line (ie after bone.147) - yes, I'm serious
Apart from that, there are references in the lib/* Makefiles to some files that you don't have.
I have made a fork, and fixed it to the point where it compiles for me - here is the relevant branch:
EDIT: Actually tried running it, and had Eddie's font problem; running with -msdl worked fine, though, as does -mgcu.
Comment