Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: os_trace  (Read 8129 times)

0 Members and 1 Guest are viewing this topic.

Cisamgi

  • Guest
os_trace
« on: February 12, 2006, 12:48:53 AM »

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..
Logged

n00bie

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 411
(No subject)
« Reply #1 on: March 06, 2006, 08:11:08 AM »

Try contacting the module author/coder.
Logged
I am always doing things that which I cannot do, in order that I may learn how to do it.

Dave Robson

  • Team
  • *
  • Offline Offline
  • Posts: 357
(No subject)
« Reply #2 on: March 06, 2006, 08:58:30 AM »

The module is for 1.7.x
Logged
Pages: [1]   Go Up