[quake2] Need help compiling AQ2

x0563511 x0563511 at gmail.com
Sun May 15 10:12:39 EDT 2005


That change should be updated into CVS. It (shouldn't) hurt anything at
all, and only helps those running FreeBSD. What about the other BSDs
though? I hardly know any code, and what I know is C++ anyways.

Nick Warne wrote:
> 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



More information about the quake2 mailing list