Greetings all, I'm a newb too this community and a relative newb to Angband. I've been playing the graphical version under windows, and want to run it under Ubuntu 7.10. Is the graphical version supported under Linux?
I successfully compiled and run it in text mode, but anytime I try to run it in graphics mode, I get the following error:
I ran ./configure enabling x11, sdl, and gtk. The only problem I can see is that I got warnings when make compiled the c files, like so (basically for each c file):
Has anybody successfully compiled and run 3.0.9 in graphics mode under Linux, or give me any help what might be going wrong? Thanks!
I successfully compiled and run it in text mode, but anytime I try to run it in graphics mode, I get the following error:
PHP Code:
$ angband -mx11-d-g
angband: Unable to prepare any 'display module'!
PHP Code:
CC birth.c
In file included from angband.h:17,
from birth.c:11:
h-basic.h:132:1: warning: "_GNU_SOURCE" redefined
<command line>:1:1: warning: this is the location of the previous definition
Comment