Trying to compile Angband in Ubuntu 13.04, and every time I try to run "make" I get:
It's likely this is somehow my fault cause I'm quite noobish with linux, but I haven't been able to find anything about how to solve it. Thanks for the help!
Code:
main.c:38:1: warning: ISO C forbids empty initializer braces [-pedantic] main.c:37:28: error: zero or negative size array ‘modules’ Failed to compile main.c! make[3]: *** [main.o] Error 1 make[2]: *** [all] Error 1 make[1]: *** [subdirs] Error 1 make: *** [all] Error 1
Comment