Hello!

I tried to compile the dri mesa-4-0-branch to see if it works with my 
voodoo3.
Before that, I edited the host.def and commented out
the #define MesaSrcDir ...  line, because I didnt have this directory
on my system.

then tried "make World"
It failed with
make[4]: *** No rule to make target
`/home/as/DRI-CVS/build/xc/extras/Mesa/src/api_arrayelt.c', needed by
`api_arrayelt.c'.  Stop.

in /home/as/DRI-CVS/build/xc/extras/Mesa/src I did a
grep Version *.* and got versions 3.4.x and below, no 3.5 or 4.0

so I checked out the mesa-trunk (from mesa3d.org) to
/home/as/MESA-CVS,
made a dir /home/as/MESA-CVS/build, did a "cd build", then a
"lndir -silent -ignorelinks ../Mesa",
re-activated the line #define MesaSrcDir ... in the host.def of the
DRI-build-directory and changed it to fit my needs:
/home/as/MESA-CVS/build

and did a make World and it compiled !! :-)


But wouldnt it be nice to have the new mesa-version in the
dri mesa-4-0-branch? (so it would compile "out-of-the-box")

and lines like
/* here you can specify a separate directory for Mesa-sources */
/* comment it out to use the sources deliverd with DRI */
in the host.def before the #define MesaSrcDir ...


please cc: answers to [EMAIL PROTECTED] as I am not on the list,
thanks.

best regards,
Andreas Stenglein
[EMAIL PROTECTED]


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

Reply via email to