Aye Aye!
C:\zapmsource\Global.h|65|error: expected '=', ',', ';', 'asm' or '__attribute__' before 'shMenu'|
C:\zapmsource\Global.h|66|error: expected '=', ',', ';', 'asm' or '__attribute__' before 'shCreature'|
C:\zapmsource\Global.h|68|error: expected '=', ',', ';', 'asm' or '__attribute__' before 'shMonster'|
and on and on... a gazillion errors more. The lines around that are
[...]
60 #define FULLTURN 1000
62 #define HALFTURN 500
63 #define QUICKTURN 250
64
65 struct shInterface;
66 class shMenu;
67 class shCreature;
68 struct shMonsterIlk;
69 class shMonster;
70 struct shObjectIlk;
71 struct shObject;
[...]
in global.h . Basically in every
class line. Or is it the line before?
I'm using codeblocks, mingw32, and the version of the ZAPM source is 0.8.3 froom nethack.devnull.net
How do I compiled ZAPM ?
I suck ballz big tiem-.-