On Thu, 2004-10-28 at 21:59, Mike Mestnik wrote: 
> -- "Srgio M. Basto" <[EMAIL PROTECTED]> wrote:

> There is another problem with the Xorg(stable or unstable) tree getting
> too far ahead of the Mesa/drm trees, AKA can't build Mesa with latesed
> Xorg.
> 
I compile Xorg cvs tree with last Mesa/drm, just do two symbolic link, I
just do it now 

cd /opt/xorgcvs/xc/extras/
mv Mesa drm ../../
( you will those directory for update Xorg cvs, better than delete it
and download again)
ln -s /opt/trunk/drm
ln -s /opt/trunk/Mesa/
rm -Rf build; mkdir build; cd build; lndir ../xc ; make World >&
makeworld.log & ; sleep 1 ; tail -f makeworld.log
(lndir doens't work well with symbolic links of mesa, so we have to
delete all and make it again )

and I compile and built xorg just fine with no problems,
I just have to delete via from build/lib/GL/mesa/drivers/dri/Makefile
because doesn't compile but is a reported problem on via drive.

thanks, 
-- 
Sérgio M. B.



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to