Anybody compiled (under linux x86_64) kangband 2.9.3r1 ?
Compilation went almost fine (problem with double definition and
maid-x11.c missing from makefile).
execution on linux x86_64 finished with :
Error at line 2798 of 'monster'. -more-
Record 215 contains a 'parse error' error. Parsing 'B:HIT:HURT:3d5'.-more-
compilation and execution on windows 32 (and linux i686) brings no such error.
Any clues? As it is historical version (about 2001), maybe some other old variants had been cured for this? How to fix this 64bits madness?
sources from: http://www.furytech.net/tech/angband-mirror/kangband/
edit:
sorry, but after 10 minutes since post, I found the solution I was looking for quite time
so simple:
#define L64
somewhere in h-config.h
do the job (at least 'parse error' terror).
Compilation went almost fine (problem with double definition and
maid-x11.c missing from makefile).
execution on linux x86_64 finished with :
Error at line 2798 of 'monster'. -more-
Record 215 contains a 'parse error' error. Parsing 'B:HIT:HURT:3d5'.-more-
compilation and execution on windows 32 (and linux i686) brings no such error.
Any clues? As it is historical version (about 2001), maybe some other old variants had been cured for this? How to fix this 64bits madness?
sources from: http://www.furytech.net/tech/angband-mirror/kangband/
edit:
sorry, but after 10 minutes since post, I found the solution I was looking for quite time
so simple:
#define L64
somewhere in h-config.h
do the job (at least 'parse error' terror).