I am using linux. I just used svn to check out the trunk using "svn checkout svn://rephial.org/angband/trunk", was informed it was 1375, did ./autogen.sh and ./configure and make and cp src/angband .
No errors or warnings so far.
When I run the game, I get a parse error on line 58 of p_race.txt. I did a diff against the last version I checked out [1224], and that file does not seem to have changed. I never understood the txt parsing code.
I tried running as root, and tried after removing ~/.angband, same parse error so I doubt it is a problem with utility files.
Any ideas? Do I just have to learn and debug the parse code?
No errors or warnings so far.
When I run the game, I get a parse error on line 58 of p_race.txt. I did a diff against the last version I checked out [1224], and that file does not seem to have changed. I never understood the txt parsing code.
I tried running as root, and tried after removing ~/.angband, same parse error so I doubt it is a problem with utility files.
Any ideas? Do I just have to learn and debug the parse code?
Comment