Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: error Graph cycles through ns_welcome.o  (Read 5470 times)

0 Members and 1 Guest are viewing this topic.

WeAraBs.Net

  • Anope User
  • Offline Offline
  • Posts: 13
error Graph cycles through ns_welcome.o
« on: August 22, 2012, 07:27:57 PM »

hello

how to fix this problem?

whem i install any modules example ns_welcome

Quote
anope-1.8.7/src/modules)$ make modules
cc -O2 -fno-strict-aliasing -pipe  -rdynamic -Wall  -I../ -c ns_welcome.c
ns_welcome.c:1:20: module.h: No such file or directory
ns_welcome.c:24: error: `NULL' undeclared here (not in a function)
ns_welcome.c: In function `AnopeInit':
ns_welcome.c:33: error: `EvtHook' undeclared (first use in this function)
ns_welcome.c:33: error: (Each undeclared identifier is reported only once
ns_welcome.c:33: error: for each function it appears in.)
ns_welcome.c:33: error: `hook' undeclared (first use in this function)
ns_welcome.c:35: warning: implicit declaration of function `createEventHook'
ns_welcome.c:35: error: `EVENT_RELOAD' undeclared (first use in this function)
ns_welcome.c:36: warning: implicit declaration of function `moduleAddEventHook'
ns_welcome.c:36: error: `MOD_ERR_OK' undeclared (first use in this function)
ns_welcome.c:37: warning: implicit declaration of function `alog'
ns_welcome.c:38: error: `MOD_STOP' undeclared (first use in this function)
ns_welcome.c:40: error: `EVENT_NICK_REGISTERED' undeclared (first use in this function)
ns_welcome.c:51: warning: implicit declaration of function `moduleAddAuthor'
ns_welcome.c:52: warning: implicit declaration of function `moduleAddVersion'
ns_welcome.c:55: error: `MOD_CONT' undeclared (first use in this function)
ns_welcome.c: In function `AnopeFini':
ns_welcome.c:60: warning: implicit declaration of function `free'
ns_welcome.c: In function `welcome_user':
ns_welcome.c:67: warning: implicit declaration of function `notice'
ns_welcome.c:67: error: `s_NickServ' undeclared (first use in this function)
ns_welcome.c: In function `load_config':
ns_welcome.c:74: error: syntax error before "confvalues"
*** Error code 1

Stop in /usr/home/chat/anope-1.8.7/src/modules.
and when i delete the module from src/modules and type make modules

Quote
anope-1.8.7/src/modules)$ make modules
Graph cycles through ns_welcome.o
`modules' not remade because of errors.

dunno what happened because it was working perfecr before

same errors with

Quote
Graph cycles through ban_ip.o
Graph cycles through bs_perchannelfantasy.o
Graph cycles through os_flood.o
Graph cycles through os_restrictemail.o
[/b]
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: error Graph cycles through ns_welcome.o
« Reply #1 on: August 22, 2012, 07:36:05 PM »

you need to be in anope-1.8.7 not src/modules
Logged

WeAraBs.Net

  • Anope User
  • Offline Offline
  • Posts: 13
Re: error Graph cycles through ns_welcome.o
« Reply #2 on: August 22, 2012, 07:51:37 PM »

you need to be in anope-1.8.7 not src/modules

oooh yes thanks its working now
Logged
Pages: [1]   Go Up