[quake2] Need help compiling AQ2

Nick Warne nick at linicks.net
Sun May 15 03:24:29 EDT 2005


On Sunday 15 May 2005 08:00, m0gely wrote:
> qudos qudos wrote:
> > Hi,
> >
> > I have the sources and also the data, the sources compiles fine for me.
>
> How did you compile?  I tried your file and it's the same as the one I
> had.  The entire output is here.  Again, this is under FreeBSD 4.11 with
> RH9  Linux compat installed:

This is a FreeBSD problem.

To fix, in q_shared.c line 330:

#if !id386 || defined __linux__

change to this:

#if !id386 || defined __linux__ || defined __FreeBSD__

It all builds OK then on FreeBSD.

Nick
-- 
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."



More information about the quake2 mailing list