On Wed, Dec 18, 2002 at 12:17:29AM +0000, Alan Hourihane wrote:
> And which host.def is this a patch against ? It does not match the trunk's
> versions at all. For a start there is no definition of LinuxDistribution
> in the trunks host.def file.
> 
> You shouldn't need OS level patches like this at the host.def level.
> 
> Please post more details on the errors that you are getting during building 
> of the trunk.

Ah, sorry. Going back a week or two in memory to when I posted it to
sourceforge, I think I took it off a static tarfile, which I took at the
time to be the "stable" distribution or some such.


As far as "not needing OS level patches at the host.def level"... 

Some features, namely, Glide3, seem to be only valid for particular OSes,
so it would have to be an OS level patch. As far as WHERE it goes, 
please suggest/patch whereever you find it to be most appropriate. I'm just
reporting what I needed to get the stuff to initially configure, and so
forth.

I made a quick run at a patch, and have moved on to other things.
For those who have a deeper understanding of the config files, please
do the right thing whereever it is now appropriate.


> > --- host.def    Fri Sep  8 13:33:49 2000
> > +++ host.def.new        Fri Sep  8 13:39:11 2000
> > @@ -3,15 +3,24 @@
> >  #define LibraryCDebugFlags -O2
> >  #define BuildServersOnly YES
> >  #define XF86CardDrivers vga tdfx i810 mga r128 glint
> > +
> > +# if defined(SunArchitecture)
> > +#define DefaultCCOptions -Wall -g
> > +#define HasGlide3 NO
> > +#else
> >  #define LinuxDistribution LinuxRedHat
> > +
> >  #define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \
> >                            -Wmissing-prototypes -Wmissing-declarations \
> >                            -Wnested-externs
> > +
> >  #define DefaultCCOptions -ansi GccWarningOptions -pipe -g
> > +#define HasGlide3 YES
> > +#endif
> > +
> >  #define NormalLibGlx NO
> >  
> >  #define BuildXF86DRI YES
> > -#define HasGlide3 YES
> >  
> >  #ifdef i386Architecture
> >  #define MesaUse3DNow


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to