Anope IRC Services

Anope Development => Modules => Topic started by: Aygun on August 04, 2013, 09:10:11 PM

Title: ZBot
Post by: Aygun on August 04, 2013, 09:10:11 PM
make all in zbot-1.0.0-svn...
make[2]: Entering directory `/home/chatwork/anope-1.8.7/src/modules/zbot-1.0.0-svn'
gcc -pipe -g -O2 -export-dynamic -rdynamic -Wall -fPIC -DPIC -shared -I../ -I../../../include -c zbot.c
In file included from zbot.c:20:
zbot.h:41: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
zbot.h:42: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âmy_rowâ
zbot.c: In function âAnopeFiniâ:
zbot.c:147: error: âmy_mysqlâ undeclared (first use in this function)
zbot.c:147: error: (Each undeclared identifier is reported only once
zbot.c:147: error: for each function it appears in.)
zbot.c:148: warning: implicit declaration of function âmysql_closeâ
make[2]: *** [zbot.o] Error 1
make[2]: Leaving directory `/home/chatwork/anope-1.8.7/src/modules/zbot-1.0.0-svn'
make[1]: *** [subs] Error 2
make[1]: Leaving directory `/home/chatwork/anope-1.8.7/src/modules'
make: *** [modules] Error 2
Title: Re: ZBot
Post by: katsklaw on August 04, 2013, 10:28:10 PM
Did you compile Anope with mysql enabled?