On 2002.05.18 13:31 Ian Molton wrote:
> On Sat, 18 May 2002 12:40:51 +0100
> José Fonseca <[EMAIL PROTECTED]> wrote:
> 
> > > > First thing you need is to download the cvs tree and build it. You
> > > > can
> > >
> > > I downloaded it and am trying to build it following the instructions
> > > you gave, but ran into this:
> 
> > Please tell which branch are you using, and if you changed the
> > ProjectRoot in the host.def file or not.
> 
> whatever the default is, I guess.
> 
> I did this:
> 
> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri co xc
> 
> here is my host.def:
> 
> #define Options -Wall
> #define DefaultGcc2i386Opt -O2
> #define LibraryCDebugFlags -O2
> #define BuildServersOnly YES
> #define XF86CardDrivers vga radeon
> #define LinuxDistribution LinuxRedHat
> #define DefaultCCOptions -ansi GccWarningOptions -pipe
> #define BuildXF86DRI YES
> /* Optionally turn these on for debugging */
> /* #define GlxBuiltInTdfx YES */
> /* #define GlxBuiltInMga YES */
> /* #define GlxBuiltInR128 YES */
> /* #define GlxBuiltInRadeon YES */
> /* #define DoLoadableServer NO */
> #define SharedLibFont NO
> #define ProjectRoot /usr/src/X11test
> #define MesaUse3DNow YES
> 

You can't simply replace /xc/config/cf/host.def file that comes from the 
CVS. It's better if you just edit it and do not change below where it says 
"Don't change anything below or the build will fail."... ;-)

If you want to define ProjectRoot to /usr/src/X11test don't forget to 
lndir from /usr/X11R6 to /usr/src/X11test.

> > This is just trying to clean everything. Attempt to do "make World"
> > again and see if it gets over it.
> 
> Already tried that. it didnt.
> 
> > You just need the DRI CVS and a working XFRee >= 4.1.x installed on
> > the system as the DRI source is partial and reads some headers from
> > there. If you changed ProjectRoot to another thing (e.g.,
> > /usr/X11R6-DRI) then before you start to compile you need to do:
> >
> >     mkdir -p /usr/X11R6-DRI
> >     cd /usr/X11R6-DRI
> >     lndir ../X11R6
> >
> > so that when building the needed files are found in the right place.
> 
> I'll give that a try. thanks.
> 

José Fonseca

_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to