On Wed, 21 Jan 2004 02:02:58 +0100 Andreas Happe <[EMAIL PROTECTED]> wrote:
> On 2004-01-17, Micha Feigin <[EMAIL PROTECTED]> wrote: > > If I got things right then the dri tree is not a complete X tree. You > > need a working X installation to install over. It installs only the > > modified files. > > I've got the same problem here (Slackware 9.1), but it seems related to > changing ProjectRoot to another (also valid) directory. > > --Andreas I usually have ProjectRoot set to /usr/X11R6-DRI. Before the first build you need to make a few preparations: ~> cd /usr /usr> mkdir X11R6-DRI /usr> cd X11R6-DRI /usr/X11R6-DRI> mkdir bin /usr/X11R6-DRI> mkdir include /usr/X11R6-DRI> mkdir lib /usr/X11R6-DRI> cd lib /usr/X11R6-DRI/lib> lndir ../../X11R6/lib . /usr/X11R6-DRI/lib> cd ../include /usr/X11R6-DRI/include> lndir ../../X11R6/include . Now the build should work. After installing make sure that /usr/X11R6-DRI/XFree86 is used as Xserver and add /usr/X11R6-DRI/lib to your LD_LIBRARY_PATH or add it in the beginning of /etc/ld.so.conf and rerun ldconfig. Felix ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
