Hybrid 7.2.3 NICKLEN error in client.h

prototype at gmail.com prototype at gmail.com
Mon Mar 24 02:12:05 EDT 2008


Hi,

I've been trying to compile 7.2.3 on a couple of machines (freebsd and
fedora 6) and have seen the same issue on both.

In file included from ../include/stdinc.h:138,
                 from core/m_die.c:25:
../include/inet_misc.h:128: redefinition of `struct sockaddr_storage'
../include/inet_misc.h:137: redefinition of `struct addrinfo'
In file included from core/m_die.c:28:
../include/client.h:58: `NICKLEN' undeclared here (not in a function)
../include/client.h:135: `NICKLEN' undeclared here (not in a function)
In file included from ../include/ircd.h:31,
                 from core/m_die.c:30:
../include/memory.h:38: conflicting types for `uintptr_t'
/usr/include/sys/inttypes.h:22: previous declaration of `uintptr_t'
../include/memory.h: In function `MyMalloc':
../include/memory.h:56: warning: implicit declaration of function `calloc'
../include/memory.h:56: warning: initialization makes pointer from
integer without a cast
../include/memory.h: In function `MyRealloc':
../include/memory.h:66: warning: implicit declaration of function `realloc'
../include/memory.h:66: warning: initialization makes pointer from
integer without a cast
../include/memory.h: In function `MyFree':
../include/memory.h:77: warning: implicit declaration of function `free'
../include/memory.h: In function `_DupString':
../include/memory.h:83: warning: implicit declaration of function `malloc'
../include/memory.h:83: warning: assignment makes pointer from integer
without a cast
In file included from ../lib/pcre/pcre.h:78,
                 from ../include/irc_string.h:29,
                 from core/m_die.c:31:

I have been configuring via the following:
./configure --prefix=/home/user/ircd --enable-small-net
--disable-gline-voting --with-nicklen=15

And I need to use gmake to compile (hosting restriction).

Can anyone shed some light on this issue for me? I'd use the support
forums but they are down :(

Cheers.



More information about the hybrid mailing list