ok i added the patch file and everything should work i looked over everything that would create this compile error but i cant figure it out i think i have to add a call or something but i am not too good at it and im clueless as how to fix this
act_info.c: In function `show_char_to_char_0':
act_info.c:829: warning: unused variable `kwd'
act_info.c: In function `do_look':
act_info.c:1140: error: `kwd' undeclared (first use in this function)
act_info.c:1140: error: (Each undeclared identifier is reported only once
act_info.c:1140: error: for each function it appears in.)
make[1]: *** [o/act_info.o] Error 1
make: *** [all] Error 2
any help is greatly appreciated
act_info.c: In function `show_char_to_char_0':
act_info.c:829: warning: unused variable `kwd'
act_info.c: In function `do_look':
act_info.c:1140: error: `kwd' undeclared (first use in this function)
act_info.c:1140: error: (Each undeclared identifier is reported only once
act_info.c:1140: error: for each function it appears in.)
make[1]: *** [o/act_info.o] Error 1
make: *** [all] Error 2
any help is greatly appreciated