[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Error



Yep, you were right JV.
Thx :)

> -----Oorspronkelijk bericht-----
> Van: owner-ircd-users@xxxxxxx [mailto:owner-ircd-users@xxxxxxx] Namens
> Jakub Vlasek
> Verzonden: zondag 18 augustus 2002 22:02
> Aan: Kurt Stas
> CC: ircd-users@xxxxxxx
> Onderwerp: Re: Error
> 
> I bet you did
> #define TIMEDKLINES
> either #undef TIMEDKLINES (do you *REALLY* need it ?) or #define
> TIMEDKLINES 60
> (where the number is time in seconds)
> JV
> 
> On Sun, Aug 18, 2002 at 09:19:42PM +0200, Kurt Stas wrote:
> > I'm compiling irc2.10.3p3 with the hemp patch, but it's not the
patch
> > that seems the problem.
> > Every time I try to compile the ircd I get this error:
> >
> > -DIRCD_PATH="\"/home/irc/ircd/server/sbin/ircd\""
> > -DIAUTH_PATH="\"/home/irc/ircd/server/sbin/iauth\"" \
> > -DIAUTH="\"iauth\""
> > -DIRCDDBG_PATH="\"/home/irc/ircd/server/var/log/ircd/ircd.log\"" \
> > -c -o ircd.o ../ircd/ircd.c
> > ../ircd/ircd.c: In function `check_pings':
> > ../ircd/ircd.c:511: parse error before `)'
> > make: *** [ircd.o] Error 1
> >
> > Is there something wrong with the options I defined in config.h?
> > If so, please tell me which. Thx!
> >