Anyone able to point me and my compiler in the correct direction?
[mark@mb1 angband-b1011f7cb2d409b7581ab6ad7fede9bfeb70ff77]$ make
Entering directory src.
cat: ../version: No such file or directory
cat: ../version: No such file or directory
Entering directory monster.
Leaving directory monster.
Entering directory object.
Leaving directory object.
Entering directory player.
Leaving directory player.
cat: ../version: No such file or directory
cat: ../version: No such file or directory
main.c:43: warning: ISO C forbids empty initializer braces
main.c:42: error: zero or negative size array ‘modules’
Failed to compile main.c!
make[3]: *** [main.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [subdirs] Error 2
make: *** [all] Error 2
I'm not an expert at linker stuff. Where / how do I go about diagnosing this, please?
Linux mb1 2.6.32-358.el6.i686 #1 SMP Thu Feb 21 21:50:49 UTC 2013 i686 i686 i386 GNU/Linux
Thanks.
[mark@mb1 angband-b1011f7cb2d409b7581ab6ad7fede9bfeb70ff77]$ make
Entering directory src.
cat: ../version: No such file or directory
cat: ../version: No such file or directory
Entering directory monster.
Leaving directory monster.
Entering directory object.
Leaving directory object.
Entering directory player.
Leaving directory player.
cat: ../version: No such file or directory
cat: ../version: No such file or directory
main.c:43: warning: ISO C forbids empty initializer braces
main.c:42: error: zero or negative size array ‘modules’
Failed to compile main.c!
make[3]: *** [main.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [subdirs] Error 2
make: *** [all] Error 2
I'm not an expert at linker stuff. Where / how do I go about diagnosing this, please?
Linux mb1 2.6.32-358.el6.i686 #1 SMP Thu Feb 21 21:50:49 UTC 2013 i686 i686 i386 GNU/Linux
Thanks.
Comment