I`m Using Anope 1.6.4
When I "gmake" this error appear:
gcc -O2 -g -rdynamic -Wall -c os_trace.c
os_trace.c: In function `my_os_trace':
os_trace.c:272: warning: implicit declaration of function `myNumToken'
os_trace.c:279: warning: left-hand operand of comma expression has no effect
os_trace.c:282: warning: left-hand operand of comma expression has no effect
os_trace.c:282: warning: left-hand operand of comma expression has no effect
os_trace.c:282: warning: left-hand operand of comma expression has no effect
os_trace.c:282: warning: left-hand operand of comma expression has no effect
os_trace.c:296: warning: left-hand operand of comma expression has no effect
os_trace.c:299: warning: left-hand operand of comma expression has no effect
os_trace.c:299: warning: left-hand operand of comma expression has no effect
os_trace.c:301: warning: left-hand operand of comma expression has no effect
os_trace.c:304: warning: left-hand operand of comma expression has no effect
os_trace.c:304: warning: left-hand operand of comma expression has no effect
os_trace.c:304: warning: left-hand operand of comma expression has no effect
os_trace.c:312: warning: left-hand operand of comma expression has no effect
os_trace.c:315: warning: left-hand operand of comma expression has no effect
os_trace.c:315: warning: left-hand operand of comma expression has no effect
os_trace.c:357: warning: left-hand operand of comma expression has no effect
os_trace.c:361: warning: left-hand operand of comma expression has no effect
os_trace.c:361: warning: left-hand operand of comma expression has no effect
os_trace.c:363: warning: left-hand operand of comma expression has no effect
os_trace.c: In function `act_print_doit':
os_trace.c:478: `ircd' undeclared (first use in this function)
os_trace.c:478: (Each undeclared identifier is reported only once
os_trace.c:478: for each function it appears in.)
os_trace.c:480: request for member `name' in something not a structure or union
os_trace.c:482: request for member `name' in something not a structure or union
os_trace.c:485: request for member `name' in something not a structure or union
os_trace.c:487: request for member `name' in something not a structure or union
os_trace.c: In function `crit_mask':
os_trace.c:716: `ircd' undeclared (first use in this function)
os_trace.c: In function `crit_server':
os_trace.c:779: request for member `name' in something not a structure or union
os_trace.c: In function `crit_vhost':
os_trace.c:803: `ircd' undeclared (first use in this function)
os_trace.c: In function `crit_channel':
os_trace.c:843: `cumodes' undeclared (first use in this function)
os_trace.c: In function `crit_clones':
os_trace.c:1058: `Session' undeclared (first use in this function)
os_trace.c:1058: `session' undeclared (first use in this function)
os_trace.c:1058: warning: statement with no effect
os_trace.c:1073: warning: implicit declaration of function `findsession'
os_trace.c: In function `crit_chanaccess':
os_trace.c:1153: `levelinfo' undeclared (first use in this function)
gmake: *** [os_trace.o] Error 1
Someone Help Me Please..