RE: [hlcoders] Linux is the bane of my existence...

2002-03-13 Thread Yacketta, Ronald
As well as LM 8.0+ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of botman Sent: Wednesday, March 13, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Linux is the bane of my existence... > -- > Doesn't RH 7.2 come with kgcc? If s

Re: [hlcoders] Linux is the bane of my existence...

2002-03-13 Thread botman
> -- > Doesn't RH 7.2 come with kgcc? If so, use that instead of gcc, since it > actually is egcs 1.1.2. Yes, RH 7.2 does come with kgcc. "kgcc -v" gives "gcc version 2.91.66, egcs-1.1.2". Just replace the "gcc" in the makefile with "kgcc" and it will be happy. Jeffrey "botman" Broome __

RE: [hlcoders] Linux is the bane of my existence...

2002-03-13 Thread Leon Hartwig
[EMAIL PROTECTED] > Subject: RE: [hlcoders] Linux is the bane of my existence... > > > Or just install EGCS 1.2 and compile with that, it ignores these > mistakes. > > david > > -Original Message- > From: Commando [mailto:[EMAIL PROTECTED]] > Sent: Wednesd

RE: [hlcoders] Linux is the bane of my existence...

2002-03-13 Thread Dynerman David M
Or just install EGCS 1.2 and compile with that, it ignores these mistakes. david -Original Message- From: Commando [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 12:27 AM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Linux is the bane of my existence... You are using a

Re: [hlcoders] Linux is the bane of my existence...

2002-03-12 Thread Commando
You are using a newer version of gcc which is a bit stricter on enforcing the rules. SetThink(DoThink) should actually be SetThink(&CGenericMonster::DoThink); If you are starting from scratch, then you should look at Botman's patches for the 2.2 SDK for Borland that he announced a couple of days

Re: [hlcoders] Linux is the bane of my existence...

2002-03-12 Thread Jeff Fearn
> I was able to compile it "no problem" under Redhat 6.x, but now that > that installation tanked and I'm forced on to Redhat 7.2, I have compile > issues. Wish I knew the intricacies of Linux; took me an hour to get > things like FTP or the HL Dedicated Server running... > > > gcc -Dstricmp=strca