this is 2.10.11 latest beta on MacOS X after doing make

cc -g  -O3 -pipe -I. -I.. -I../include  -c ircd.c -o ircd.o
ircd.c:455: illegal expression, found `)'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
ircd.c: In function `parse_command_line':
ircd.c:455: parse error before `)'
ircd.c: In function `main':
ircd.c:600: too few arguments to function `event_init'
make[1]: *** [ircd.o] Error 1


it appears to be saying MAXCONNECTIONS is not defined ...

455:
printf("\nCompiled for a maximum of %d connections.\n", MAXCONNECTIONS);

600:
event_init(MAXCONNECTIONS);

looking to see if i can find out why...

-- 
Richard T Smith - [EMAIL PROTECTED]
Technician, Media Design School Ltd.

CAUTION: This communication is confidential and may be legally privileged.
If you have received it in error you must not use, disclose, copy or retain
it.  Please immediately notify us by return email and then delete the email.

Note: Unless stated this email does not represent Media Design School Ltd.

> From: Thomas Berglund <[EMAIL PROTECTED]>
> Date: Tue, 16 Apr 2002 19:14:17 +0200
> To: [EMAIL PROTECTED]
> Subject: [Coder-Com] I have a problem with ircu.
> 
> Hi!
> 
> Can somebody please look at this picture, and tell me what I can do.
> 
> I'm running Mac OS X, and I have installed the developer tools, so what
> can I do to compile ircu?
> 
> It would be nice with some help installing ircu in Mac OS X.
> 
> Please help!
> 
> 
> 
> 
> 
> -------------------------
> Thomas Berglund
> 

Reply via email to