Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Module ircd_init  (Read 3501 times)

0 Members and 1 Guest are viewing this topic.

raverkeuh

  • Guest
Module ircd_init
« on: December 27, 2007, 02:49:24 PM »

I searched alot on this forum, but i still don't get it.

Error :

ircd_init.c:44: error: syntax error before string constant
ircd_init.c: In function `AnopeInit':
ircd_init.c:52: error: `Message' undeclared (first use in this function)
ircd_init.c:52: error: (Each undeclared identifier is reported only once
ircd_init.c:52: error: for each function it appears in.)
ircd_init.c:52: error: `msg' undeclared (first use in this function)
ircd_init.c:52: error: `NULL' undeclared (first use in this function)
ircd_init.c:53: warning: implicit declaration of function `createMessage'
ircd_init.c:54: warning: implicit declaration of function `moduleAddMessage'
ircd_init.c:54: error: `MOD_TAIL' undeclared (first use in this function)
ircd_init.c:55: error: `logchan' undeclared (first use in this function)
ircd_init.c:59: warning: implicit declaration of function `moduleAddAuthor'
ircd_init.c:59: error: `AUTHOR' undeclared (first use in this function)
ircd_init.c:60: warning: implicit declaration of function `moduleAddVersion'
ircd_init.c:60: error: `VERSION' undeclared (first use in this function)
ircd_init.c:61: warning: implicit declaration of function `alog'
ircd_init.c:61: error: `MODULE_EXT' undeclared (first use in this function)
ircd_init.c:62: error: `MOD_CONT' undeclared (first use in this function)
ircd_init.c: In function `load_chanserv':
ircd_init.c:68: error: `ChannelInfo' undeclared (first use in this function)
ircd_init.c:68: error: `ci' undeclared (first use in this function)
ircd_init.c:71: error: `chanlists' undeclared (first use in this function)
ircd_init.c:72: error: `CI_VERBOTEN' undeclared (first use in this function)
ircd_init.c:72: error: `CI_SUSPENDED' undeclared (first use in this function)
ircd_init.c:75: warning: implicit declaration of function `anope_cmd_join'
ircd_init.c:75: error: `s_ChanServ' undeclared (first use in this function)
ircd_init.c:75: warning: implicit declaration of function `time'
ircd_init.c:75: error: `NULL' undeclared (first use in this function)
ircd_init.c:76: warning: implicit declaration of function `stricmp'
ircd_init.c:76: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c:83: warning: implicit declaration of function `anope_cmd_mode'
ircd_init.c: In function `cs_kick_rejoin':
ircd_init.c:94: error: `s_ChanServ' undeclared (first use in this function)
ircd_init.c:95: error: `MOD_CONT' undeclared (first use in this function)
ircd_init.c:97: error: `LogChannel' undeclared (first use in this function)
ircd_init.c:100: error: `NULL' undeclared (first use in this function)
ircd_init.c:101: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c:113: warning: implicit declaration of function `anope_cmd_kick'
ircd_init.c: In function `load_services':
ircd_init.c:119: error: `s_ChanServ' undeclared (first use in this function)
ircd_init.c:120: error: `LogChannel' undeclared (first use in this function)
ircd_init.c:120: error: `NULL' undeclared (first use in this function)
ircd_init.c:121: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c:133: error: `s_MemoServ' undeclared (first use in this function)
ircd_init.c:147: error: `s_NickServ' undeclared (first use in this function)
ircd_init.c:161: error: `s_BotServ' undeclared (first use in this function)
ircd_init.c:175: error: `s_HostServ' undeclared (first use in this function)
ircd_init.c:189: error: `s_OperServ' undeclared (first use in this function)
ircd_init.c:203: error: `s_DevNull' undeclared (first use in this function)
ircd_init.c:217: error: `s_HelpServ' undeclared (first use in this function)
ircd_init.c:231: error: `s_GlobalNoticer' undeclared (first use in this function)
ircd_init.c:245: error: `s_NickServAlias' undeclared (first use in this function)
ircd_init.c:259: error: `s_ChanServAlias' undeclared (first use in this function)
ircd_init.c:273: error: `s_BotServAlias' undeclared (first use in this function)
ircd_init.c:287: error: `s_MemoServAlias' undeclared (first use in this function)
ircd_init.c:301: error: `s_HelpServAlias' undeclared (first use in this function)
ircd_init.c:315: error: `s_OperServAlias' undeclared (first use in this function)
ircd_init.c:343: error: `s_DevNullAlias' undeclared (first use in this function)
ircd_init.c:357: error: `s_HostServAlias' undeclared (first use in this function)
ircd_init.c:371: error: `s_GlobalNoticerAlias' undeclared (first use in this function)
ircd_init.c: In function `load_bots':
ircd_init.c:390: error: `BotInfo' undeclared (first use in this function)
ircd_init.c:390: error: `bi' undeclared (first use in this function)
ircd_init.c:391: error: `nbots' undeclared (first use in this function)
ircd_init.c:395: error: `botlists' undeclared (first use in this function)
ircd_init.c:396: error: `LogChannel' undeclared (first use in this function)
ircd_init.c:396: error: `NULL' undeclared (first use in this function)
ircd_init.c:397: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c: In function `AnopeFini':
ircd_init.c:415: error: `MODULE_EXT' undeclared (first use in this function)
*** Error code 1

Stop in /home/raverken/anope-1.7.19/src/modules.
*** Error code 1

I am using anope 1.7.19 with anope services
Logged

raverkeuh

  • Guest
(No subject)
« Reply #1 on: December 27, 2007, 02:53:35 PM »

I got it ! you can delete this post :)
Logged

katsklaw

  • Guest
(No subject)
« Reply #2 on: December 27, 2007, 10:15:09 PM »

why don't you share your solution so others can learn from it.
Logged
Pages: [1]   Go Up