problem compiling Rom246OLC

Posted by Shargraith on Tue 03 May 2005 10:28 PM — 2 posts, 11,756 views.

#0
Hey i am having trouble compileing this rom source code here is the error i get.

gcc -c -Wall -O -g act_comm.c
act_comm.c: In function `do_delete':
act_comm.c:67: `PLAYER_DIR' undeclared (first use in this function)
act_comm.c:67: (Each undeclared identifier is reported only once
act_comm.c:67: for each function it appears in.)
*** Error code 1


if you have any clue on how i can fix this please tell me it will be apreciated *my aim is Shargraith*
USA #1
You need to define PLAYER_DIR in the header file. I don't think this is a stock Rom problem.