It's been several years since I've last played Vanilla Angband, so I
just grabbed the most recent sources off angband.oook.cz and tried
compiling.
I'm on Mac OS X 10.5. I did ./configure through Terminal, which
seemed
to work. I then typed make. Eventually I get these errors:
-----
In file included from /usr/X11/include/X11/Xlib.h:52,
from main-x11.c:107:
/usr/include/sys/types.h:92: error: duplicate 'unsigned'
/usr/include/sys/types.h:92: error: two or more data types in
declaration specifiers
make[2]: *** [main-x11.o] Error 1
make[1]: *** [build] Error 2
make: *** [build] Error 2
-----
Now, I'm not *that* much of a Unix expert, so I'm not sure how to
decifer this. Do any of you recognize this?