Problem On m_ircops

These are old archives. They are kept for historic purposes only.
Post Reply
priobangla
Posts: 4
Joined: Tue Apr 11, 2006 5:46 pm
Location: Dhaka
Contact:

Problem On m_ircops

Post by priobangla »

im running unreal on fedora core 4 . now i cant setup m_ircops
it shows

Code: Select all

[raj@server Unreal3.2]$ make custommodule MODULEFILE=m_ircops
cd src; make 'CFLAGS=-I../include -I/home/raj/Unreal3.2/extras/regexp/include -I/home/raj/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic  ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lnsl  -ldl -L../extras/regexp/lib -ltre -lcares' 'LDFLAGS=' 'IRCDMODE=711' 'RES=' 'BINDIR=/home/raj/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/home/raj/Unreal3.2' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/bin/touch' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=' 'CRYPTOINCLUDES=' 'URL=' MODULEFILE=m_ircops 'EXLIBS=' custommodule
make[1]: Entering directory `/home/raj/Unreal3.2/src'
cd modules; make 'CFLAGS=-I../include -I/home/raj/Unreal3.2/extras/regexp/include -I/home/raj/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic  ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lnsl  -ldl -L../extras/regexp/lib -ltre -lcares' 'LDFLAGS=' 'IRCDMODE=711' 'BINDIR=/home/raj/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/home/raj/Unreal3.2' 'MANDIR=' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/bin/touch' 'RES=' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=' 'CRYPTOINCLUDES=' 'URL='  MODULEFILE=m_ircops 'EXLIBS=' custommodule
make[2]: Entering directory `/home/raj/Unreal3.2/src/modules'
gcc -I../include -I/home/raj/Unreal3.2/extras/regexp/include -I/home/raj/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic   -fPIC -DPIC -shared  -DDYNAMIC_LINKING \
        -o m_ircops.so m_ircops.c
m_ircops.c:54:1: warning: "IsSkoAdmin" redefined
In file included from m_ircops.c:11:
../include/struct.h:674:1: warning: this is the location of the previous definition
make[2]: Leaving directory `/home/raj/Unreal3.2/src/modules'
make[1]: Leaving directory `/home/raj/Unreal3.2/src'
how can i fix this problem ??
Help Me Pls
[-- RaZ --- ]

irc://irc.ShopnoPori.com
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Get the latest version from unrealircd.com -> modules -> all -> m_ircops.
Post Reply