m_sendraw modül kurulumu
Arkadaşlar Kaç kere denesemde kaç kere tekar etsemde aynı hataı alıyorum.m_sendraw.c dosyasını src/modules e atıyorum
make custommodule MODULEFILE=m_sendraw
yazıyorum fakat m_sendraw.so dosyası oluşturulmuyo.Şu şekil hata veriyo
d src; make 'CFLAGS=-I../include -I/home/xx/Unreal3.2/extras/regexp/include -I/home/xx/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lnsl -ldl -L/home/xx/Unreal3.2/extras/regexp/lib -ltre -lcares' 'LDFLAGS=' 'IRCDMODE=711' 'RES=' 'BINDIR=/home/xx/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/home/xx/Unreal3.2' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/bin/touch' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=' 'CRYPTOINCLUDES=' 'URL=' MODULEFILE=m_sendraw 'EXLIBS=' custommodule
make[1]: Entering directory `/home/xx/Unreal3.2/src'
cd modules; make 'CFLAGS=-I../include -I/home/xx/Unreal3.2/extras/regexp/include -I/home/xx/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lnsl -ldl -L/home/xx/Unreal3.2/extras/regexp/lib -ltre -lcares' 'LDFLAGS=' 'IRCDMODE=711' 'BINDIR=/home/xx/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/home/xx/Unreal3.2' 'MANDIR=' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/bin/touch' 'RES=' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=' 'CRYPTOINCLUDES=' 'URL=' MODULEFILE=m_sendraw 'EXLIBS=' custommodule
make[2]: Entering directory `/home/xx/Unreal3.2/src/modules'
gcc -I../include -I/home/xx/Unreal3.2/extras/regexp/include -I/home/xx/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -fPIC -DPIC -shared -DDYNAMIC_LINKING \
-o m_sendraw.so m_sendraw.c
m_sendraw.c:10:20: error: config.h: No such file or directory
m_sendraw.c:11:20: error: struct.h: No such file or directory
m_sendraw.c:12:20: error: common.h: No such file or directory
m_sendraw.c:13:17: error: sys.h: No such file or directory
m_sendraw.c:14:21: error: numeric.h: No such file or directory
m_sendraw.c:15:17: error: msg.h: No such file or directory
m_sendraw.c:16:21: error: channel.h: No such file or directory
m_sendraw.c:26:15: error: h.h: No such file or directory
m_sendraw.c:34: error: expected â)â before â*â token
m_sendraw.c:41: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
m_sendraw.c:42: error: expected â)â before â*â token
m_sendraw.c:44: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
m_sendraw.c:46: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âMOD_HEADERâ
m_sendraw.c:55: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âintâ
m_sendraw.c:65: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âintâ
m_sendraw.c:70: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âintâ
m_sendraw.c:77: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
m_sendraw.c:119: error: expected â)â before â*â token
make[2]: *** [custommodule] Error 1
make[2]: Leaving directory `/home/xx/Unreal3.2/src/modules'
make[1]: *** [custommodule] Error 2
make[1]: Leaving directory `/home/xx/Unreal3.2/src'
Sorun nedir sizce? |