I'm trying to install a series of patches that come with the Jeremias clan code for ROM2.4. I followed the directions as they are in the snippet and placed the clan.c and clan.h files in my src file and added to my makefile clan.o
when I try to fresh compile it (using cygwin) I get errors right away in the act_comm.c
" implicit declaration of function 'IS_CLAN'
clan_table undeclared (first use in this function)
Each undeclared identifier is blah blah blah"
soo
I threw this in my merc.h file
#define IS_CLAN(ch) ((ch)->clan>0)
but when i compile again fresh i get
the
"clan_table undeclared (first use in this function)
each undeclared identifier is only reported once" etc
what am i forgetting to put in merc.h or somewhere else?
or how do i declare my clan_table? just not sure what that is supposed to look like.
any help be appreciated.
when I try to fresh compile it (using cygwin) I get errors right away in the act_comm.c
" implicit declaration of function 'IS_CLAN'
clan_table undeclared (first use in this function)
Each undeclared identifier is blah blah blah"
soo
I threw this in my merc.h file
#define IS_CLAN(ch) ((ch)->clan>0)
but when i compile again fresh i get
the
"clan_table undeclared (first use in this function)
each undeclared identifier is only reported once" etc
what am i forgetting to put in merc.h or somewhere else?
or how do i declare my clan_table? just not sure what that is supposed to look like.
any help be appreciated.