Hello,
I've been a big fan of Angband since I was a kid, and it's nice to see it getting some attention again. I'm also quite proud of myself, because I've managed to compile it from the source on my Linux box.
However, I'm wanting to compile it with the Borg. Is it even possible to compile in the APWborg for linux?
Once I start to make the files I start running into problems...
and then it ends like this...
Am I trying to do something thats impossible or am I doing it wrong?
I've been a big fan of Angband since I was a kid, and it's nice to see it getting some attention again. I'm also quite proud of myself, because I've managed to compile it from the source on my Linux box.
However, I'm wanting to compile it with the Borg. Is it even possible to compile in the APWborg for linux?
Once I start to make the files I start running into problems...
Code:
CC borg1.c CC borg2.c CC borg3.c borg3.c: In function ‘borg_read_unknown’: borg3.c:3348: warning: unused variable ‘ag’ borg3.c: In function ‘borg_read_scroll’: borg3.c:3489: warning: unused variable ‘ag’ borg3.c: In function ‘borg_spell_okay’: borg3.c:4119: warning: unused variable ‘ag’ borg3.c: In function ‘borg_prayer_okay’: borg3.c:4307: warning: unused variable ‘ag’
Code:
CC z-virt.c birth.o: In function `player_birth': /home/djp/angband-3.0.9b/src/birth.c:1758: undefined reference to `saver_creates' birth.o: In function `player_birth_aux': /home/djp/angband-3.0.9b/src/birth.c:1691: undefined reference to `saver_creates' birth.o: In function `player_birth_aux_3': /home/djp/angband-3.0.9b/src/birth.c:1543: undefined reference to `saver_creates' /home/djp/angband-3.0.9b/src/birth.c:1590: undefined reference to `saver_creates' util.o: In function `get_name': /home/djp/angband-3.0.9b/src/util.c:2888: undefined reference to `saver_creates' collect2: ld returned 1 exit status make[2]: *** [angband] Error 1 make[1]: *** [build] Error 2 make: *** [build] Error 2
Comment