[quake2] Trouble compiling quake2-r0.16 for Solaris and CORONA

coyote at cojot.name coyote at cojot.name
Thu Mar 31 04:11:49 EST 2005


On Thu, 31 Mar 2005, Peter Sarinana wrote:

> Hi Vincent.
> 
> Thanks for the input on the rw_corona.c fixes.  I made the changes you
> suggested and the make went a bit farther then before. Still running
> into a snag however.
> 
> Thanks again for your assitance
> 
> -peter

Peter,

Thanks for the details. That's interesting to say the least.. Try to remove 
ndga.o from Makefile.Solaris as in:

[...before...]
REF_SOFT_CORONA_OBJS = \
         $(BUILDDIR)/ref_soft/rw_corona.o \
         $(BUILDDIR)/ref_soft/newt.o \
         $(BUILDDIR)/ref_soft/ndga.o

[...after...]
REF_SOFT_CORONA_OBJS = \
         $(BUILDDIR)/ref_soft/rw_corona.o \
         $(BUILDDIR)/ref_soft/newt.o

Again, I have no idea if that will work..

Vincent



More information about the quake2 mailing list