Hi,
i waited for some days/weeks now to see if this problem "solves itself" but i'm still getting errors when linking angband. I know that this is a possible problem when trying to build from source but since there hasn't been a change since days now i wonder if someone is aware of it:
gcc is 4.5.1, not sure what else may be useful.
i waited for some days/weeks now to see if this problem "solves itself" but i'm still getting errors when linking angband. I know that this is a possible problem when trying to build from source but since there hasn't been a change since days now i wonder if someone is aware of it:
Code:
[...] Successfully compiled z-virt.c. LINK angband.o In file included from gtk/cairo-utils.h:25:0, from gtk/main-gtk.h:30, from gtk/main-gtk.c:22: /usr/include/cairo/cairo.h:1976:26: warning: comma at end of enumerator list gtk/main-gtk.c: In function ‘last_inv_slot’: gtk/main-gtk.c:2198:12: error: ‘inventory’ undeclared (first use in this function) gtk/main-gtk.c:2198:12: note: each undeclared identifier is reported only once for each function it appears in gtk/main-gtk.c: In function ‘inv_slot’: gtk/main-gtk.c:2218:11: error: ‘inventory’ undeclared (first use in this function) gtk/main-gtk.c: In function ‘handle_inv’: gtk/main-gtk.c:2287:25: error: ‘inventory’ undeclared (first use in this function) gtk/main-gtk.c: In function ‘handle_equip’: gtk/main-gtk.c:2326:25: error: ‘inventory’ undeclared (first use in this function) gtk/main-gtk.c: In function ‘cr_print_equippy’: gtk/main-gtk.c:2506:12: error: ‘inventory’ undeclared (first use in this function) gtk/main-gtk.c: In function ‘handle_sidebar’: gtk/main-gtk.c:2570:35: error: ‘c_name’ undeclared (first use in this function) Failed to compile gtk/main-gtk.c! make[3]: *** [gtk/main-gtk.o] Error 1 make[2]: *** [all] Error 1 make[1]: *** [subdirs] Error 1 make: *** [all] Error 1
Comment