Re: [Coder-Com] u2.10.11 compile error

2002-06-02 Thread Kev
> /usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory > In file included from /usr/include/netinet/in.h:212, > from ../include/IPcheck.h:14, > from IPcheck.c:27: > /usr/include/bits/socket.h:298: asm/socket.h: No such file or directory > ma

[Coder-Com] u2.10.11 compile error

2002-06-02 Thread Tom Rons
Hello When trying to compile my freshly cvs'ed u2.10.11.beta44 on a Slackware 8.0 system (Linux seth 2.4.5 #6 Fri Jun 22 01:38:20 PDT 2001 i686 unknown), using GNU Make version 3.79.1 and gcc version 2.95.3 20010315 (release), I got this error: cout@seth:~/ircu2.10$ make Building doc... make[1]:

Re: [Coder-Com] Re: i got it

2002-06-02 Thread Isomer
> IIRC, there were plans to convert ircu to use the ADNS library in the future > (perhaps u2.10.12), instead of the old resolver code, no? I'm very interested in getting rid of the old res.c, it's very old and frigile. Replacing it with ADNS appears to be the best solution. Sharing code between

Re: [Coder-Com] Re: i got it

2002-06-02 Thread Tom Rons
> 2.10.11 does away with "make config" and instead puts almost everything > into ircd.conf, or as parameters to ./configure. > > So this means that all you should have to do is link against the > resolver? IIRC, there were plans to convert ircu to use the ADNS library in the future (perhaps u2.10