Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Hs Auto host Error?  (Read 4247 times)

0 Members and 1 Guest are viewing this topic.

AlexTepes

  • Guest
Hs Auto host Error?
« on: April 18, 2006, 02:11:06 PM »

make[1]: Entering directory `/home/alex/anope-1.6.4/modules'
gcc -O2 -D_REENTRANT -g -rdynamic -Wall -c hs_autohost.c
hs_autohost.c:30: error: syntax error before "NETHOST"
hs_autohost.c: In function `AnopeInit':
hs_autohost.c:40: error: `do_setUserHost' undeclared (first use in this function)
hs_autohost.c:40: error: (Each undeclared identifier is reported only once
hs_autohost.c:40: error: for each function it appears in.)
hs_autohost.c: At top level:
hs_autohost.c:56: error: `do_setUserHost' used prior to declaration
hs_autohost.c: In function `do_setUserHost':
hs_autohost.c:66: warning: implicit declaration of function `getvHost'
hs_autohost.c:66: warning: assignment makes pointer from integer without a cast
hs_autohost.c:67: warning: implicit declaration of function `getvIdent'
hs_autohost.c:67: warning: assignment makes pointer from integer without a cast
hs_autohost.c:71: error: syntax error at end of input
make[1]: *** [hs_autohost.o] Error 1
make[1]: Leaving directory `/home/alex/anope-1.6.4/modules'
make: *** [install] Error 2

That makes no sense.
Logged
Pages: [1]   Go Up