I'm getting this error:
gcc -c -g3 -Wall -DIMC -DIMCSMAUG imc.c
In file included from mud.h:56,
from imc.c:68:
imc.h:602: parse error before `ch'
imc.h:605: parse error before `ch'
imc.h:606: parse error before `ch'
imc.h:607: parse error before `ch'
imc.h:608: parse error before `ch'
make[1]: *** [imc.o] Error 1
Anyways, I know thats not very specific, but I was wondering if you might point me to where to look to fix the parse error, or even telling me what a parse error really is. All of my experience in my past with parse errors just usually turned out to be something like a small spelling error or such. Anyways, if you want to see lines 602-608 of imc.h then I'll post it, just ask. As always, thanks for all the help.
gcc -c -g3 -Wall -DIMC -DIMCSMAUG imc.c
In file included from mud.h:56,
from imc.c:68:
imc.h:602: parse error before `ch'
imc.h:605: parse error before `ch'
imc.h:606: parse error before `ch'
imc.h:607: parse error before `ch'
imc.h:608: parse error before `ch'
make[1]: *** [imc.o] Error 1
Anyways, I know thats not very specific, but I was wondering if you might point me to where to look to fix the parse error, or even telling me what a parse error really is. All of my experience in my past with parse errors just usually turned out to be something like a small spelling error or such. Anyways, if you want to see lines 602-608 of imc.h then I'll post it, just ask. As always, thanks for all the help.