Er, still a Windows user so I wouldn't know myself directly but my partner in crime on Angband/65 says that it doesn't compile when you select 'enable gtk'.
My 'gtk' code is currently unchanged from Vanilla Angband so if mine doesn't compile possibly yours won't either?
The following are the approximate error messages (translated from Japanese).
> gtk/main-gtk.c: In function `init_handlers':
> gtk/main-gtk.c:2625: error: `get_game_command' is not defined (first used in this function)
> gtk/main-gtk.c: In function `init_gtk':
> gtk/main-gtk.c:2731: implicit definition of function `init_display'
My 'gtk' code is currently unchanged from Vanilla Angband so if mine doesn't compile possibly yours won't either?
The following are the approximate error messages (translated from Japanese).
> gtk/main-gtk.c: In function `init_handlers':
> gtk/main-gtk.c:2625: error: `get_game_command' is not defined (first used in this function)
> gtk/main-gtk.c: In function `init_gtk':
> gtk/main-gtk.c:2731: implicit definition of function `init_display'
Comment