From: Sven M. H. <pe...@gm...> - 2000-06-30 10:20:03
|
On Fri, Jun 30, 2000 at 02:47:10AM -0400, Hayden James wrote: > I have attached a list of compiling errors I got with latest cvs of Mesa > 3.3 compiled with ./configure --enable-sse --with-glide. I am using the > Glide 2 headers. > [...] > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -Iyes/include/glide -g -O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 -D_REENTRANT -Wp,-MD,.deps/fxapi.pp -c fxapi.c -fPIC -DPIC -o fxapi.lo > In file included from fxdrv.h:80, > from fxapi.c:624: > fxglidew.h:89: warning: `GR_ASPECT_1x1' redefined > /usr/include/glide.h:213: warning: this is the location of the previous definition > fxglidew.h:90: warning: `GR_ASPECT_2x1' redefined > /usr/include/glide.h:212: warning: this is the location of the previous definition ... These symbols should only be defined in fxglidew.h if you have Glide 3. Maybe you're using the Glide 2 headers but have a libglide3 or libglide3x lying around? If the configure script finds it it assumes you also have Glide 3 headers. If you have a Glide 3 library you should temporarily rename it, delete the configure cache (config.cache), and rerun ./configure Maybe seperate --with-glide3 --with-glide2 switches should be added to the configure script? Hope this helps, Sven -- "Would the All-Seeing Eye please look in my direction?" [ KeyID........: 0xC297FEAB ] [ Fingerprint..: FEA5 0F93 7320 3F39 66A5 AED3 073F 2D5F C297 FEAB ] |