|
From: Hans de G. <j.w...@hh...> - 2005-06-10 14:19:43
|
O.Sezer wrote: > I get this error when trying to compile glide3 for cvg: > > make -f makefile.linux FX_GLIDE_HW=cvg > [...] > gcc -o fifo.o -Wall -W -I. -I../../incsrc -I../../init > -I../../../swlibs/fxmisc > -I../../../swlibs/newpci/pcilib -I../../../swlibs/fxmemmap > -I../../../swlibs/te us2/lib -DINIT_LINUX -D__3Dfx_PCI_CFG__ -DGLIDE3 > -DGLIDE3_ALPHA -DGLIDE_HW_TRI_SETUP=1 -DGLIDE_PACKED_RGB=0 > -DGLIDE_PACKET3_TRI_SETUP=1 -DGLIDE_TRI_CULLING=1 -DUSE_PACKET_FIFO=1 > -DGLIDE_DISPATCH_SETUP -DGLIDE_DISPATCH_DOWNLOAD -DCVG -DGLIDE_PLUG > -DGLIDE_SPLASH -DGLIDE_USE_C_TRISETUP -O2 -ffast-math -c fifo.c > fifo.c: In function `_FifoMakeRoom': > fifo.c:662: structure has no member named `p6Fencer' > fifo.c:526: warning: unused parameter `fName' > fifo.c:526: warning: unused parameter `fLine' > make[1]: *** [fifo.o] Error 1 > Thanks for catching and reporting this. This should be fixed in CVS now. I have a cvg myself and I compile with USE_X86=1 (and all other bells and whistles enabled) and it works fine. On what platform and with which compiler are you compiling this? Regards, Hans |