Anope IRC Services

Anope Development => Modules => Topic started by: Muckiland on April 15, 2006, 02:42:37 PM

Title: cs_jail ERROR
Post by: Muckiland 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
Title:
Post by: Tom65789 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