Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: cs_jail ERROR  (Read 4036 times)

0 Members and 1 Guest are viewing this topic.

Muckiland

  • Guest
cs_jail ERROR
« on: April 15, 2006, 02:42:37 PM »

Hello i will compile cs_jail on Anope-1.7.14
but on "make module" i become error

gcc -pipe -g -O2 -I/usr/include/mysql  -pthread -export-dynamic -rdynamic -Wall -fPIC -DPIC -shared -I../../include -c cs_jail.c
cs_jail.c: In Funktion »handle_sjoin«:
cs_jail.c:703: error: `UMODE_r' undeclared (first use in this function)
cs_jail.c:703: error: (Each undeclared identifier is reported only once
cs_jail.c:703: error: for each function it appears in.)
cs_jail.c: In Funktion »handle_join«:
cs_jail.c:810: error: `UMODE_r' undeclared (first use in this function)
make[1]: *** [cs_jail.o] Fehler 1
make[1]: Leaving directory `/home/uircd/anope-1.7.14/src/modules'
make: *** [modules] Fehler 2

Please help me
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #1 on: April 15, 2006, 05:23:59 PM »

this module will NOT work with with the latest Anope, you need to re-write some of the module to get it to work with Anope 1.7.14
Pages: [1]   Go Up