Hello,
I am trying to compile ROM2.4 on my Mac running OS X. When I try to
compile I get the following error:
Welcome to Darwin!
Klaipeda:~ rscott$ cd Desktop/Rom24
Klaipeda:~/Desktop/Rom24 rscott$ cd src
Klaipeda:~/Desktop/Rom24/src rscott$ make &
[1] 1074
Klaipeda:~/Desktop/Rom24/src rscott$ gcc -c -Wall -O -g act_comm.c
act_comm.c: In function `do_delete':
act_comm.c:67: error: `PLAYER_DIR' undeclared (first use in this
function)
act_comm.c:67: error: (Each undeclared identifier is reported only once
act_comm.c:67: error: for each function it appears in.)
make: *** [act_comm.o] Error 1
Can anyone give me a pointer as to what I am doing wrong?
Thanks,
Ryan