I am having difficulty compiling the DRI tree.I have done this successfully several times in the past. I downloaded the snapshot from
the CVS listed here http://dri.sourceforge.net/cgi-bin/moin.cgi/Download
and edited the host.def file to point to the mesa source libs I
downloaded from here
http://sourceforge.net/project/showfiles.php?group_id=3&package_id=2436&release_id=210441
I receive the following errors when compiling.
make[4]: *** No rule to make target `/dev/dri-cvs/Mesa-6.0//src/mesa/drivers/common/driverfuncs.c', needed by `driverfuncs.c'. Stop.
Hm...putting stuff in /dev seems evil. That's kind of a special directory, after all. :) My only guess is that you either didn't set MesaSrcDir correctly in xc/xc/config/cf/host.def or you didn't check-out Mesa correctly. At the very least, you should drop the '/' from the end of the MesaSrcDir setting.
Actually, you've got the Mesa source all wrong. For this purpose you do NOT want the release source distribution. You *MUST* get Mesa from CVS. The source releases don't include the DRI driver files (yet).
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
