If I just wanted to download the source file and compile it, what would be the best compiler to use?
Windows xp operating system.
-Fred
Windows xp operating system.
-Fred
**** Rebuild of configuration Debug for project Angband **** **** Internal Builder is used for build **** gcc -O0 -g3 -Wall -c -fmessage-length=0 -osrc\player\calcs.o ..\src\player\calcs.c ..\src\player\calcs.c:19:21: angband.h: No such file or directory ..\src\player\calcs.c:20:24: game-event.h: No such file or directory ..\src\player\calcs.c:21:29: object/tvalsval.h: No such file or directory ..\src\player\calcs.c: In function `calc_spells': ..\src\player\calcs.c:38: error: syntax error before '*' token ..\src\player\calcs.c:40: error: `s16b' undeclared (first use in this function) ..\src\player\calcs.c:40: error: (Each undeclared identifier is reported onl
**** Rebuild of configuration Debug for project Angband **** **** Internal Builder is used for build **** gcc -O0 -g3 -Wall -c -fmessage-length=0 -osrc\score.o ..\src\score.c gcc -O0 -g3 -Wall -c -fmessage-length=0 -osrc\ui.o ..\src\ui.c gcc -O0 -g3 -Wall -c -fmessage-length=0 -osrc\monster\melee1.o ..\src\monster\melee1.c ..\src\monster\melee1.c:18:21: angband.h: No such file or directory ..\src\monster\melee1.c:19:29: object/tvalsval.h: No such file or directory ..\src\monster\melee1.c: In function `monster_critical': ..\src\monster\melee1.c:36: warning: implicit declaration of function `randint0' ..\src\monster\melee1.c: At top level: ..\src\monster\melee1.c:63: error: syntax error before "check_hit" ..\src\monster\melee1.c:64: warning: return type defaults to `int' ..\src\monster\melee1.c: In function `check_hit': ..\src\monster\melee1.c:71: error: `p_ptr' undeclared (first use in this function) ..\src\monster\melee1.c:71: error: (Each undeclared identifier is reported only once ..\src\monster\melee1.c:71: error: for each function it appears in.) ..\src\monster\melee1.c:74: warning: implicit declaration of function `test_hit'
Comment