From: Hayden J. <hj...@st...> - 2000-07-01 03:49:27
|
yes thanks it seems that I had glide3 installed for some reason but it is removed now and I get further along in the compile but I get another problem using the same configure options... make[4]: Entering directory `/usr/src/Mesa-3.3/src/FX' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 -D_REENTRANT -o libMesaFX.la fxapi.lo fxcva.lo fxclip.lo fxdd.lo fxddspan.lo fxddtex.lo fxglidew.lo fxfastpath.lo fxpipeline.lo fxrender.lo fxsanity.lo fxsetup.lo fxtexman.lo fxtrifuncs.lo fxvsetup.lo fxwgl.lo -Lyes/lib -lglide2x ../../libtool: yes/lib: No such file or directory libtool: link: cannot determine absolute directory name of `yes/lib' make[4]: *** [libMesaFX.la] Error 1 make[4]: Leaving directory `/usr/src/Mesa-3.3/src/FX' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/Mesa-3.3/src/FX' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/Mesa-3.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/Mesa-3.3' make: *** [all-recursive-am] Error 2 On Fri, 30 Jun 2000, Sven M. Hallberg wrote: > 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 ] > |