|
From: O.Sezer <se...@gm...> - 2005-06-10 13:23:56
|
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 If I use USE_X86=1, then the compilation finishes OK, but it crashes leaving my monitor black (in fact I never tried the USE_X86 option before). I think this is due the recent #if GL_X86 changes. I might steal a little time for tracing this if anyone wants me to, in which case I shall need some leads. Cheers, Ozkan Sezer |