|
From: Brian P. <br...@vm...> - 2009-02-20 16:42:19
|
STEVE555 wrote: > Hi Paul, > I'm pretty sure I'm getting the latest code from git.The clone > address I use is: > git clone git://anongit.freedesktop.org/git/mesa/mesa I always use git pull > origin to get the latest updates from the repository,along with the > repositories for DRM and xf86-video-nouveau.I use Konsole as my main > terminal. > > I always use gmake -B realclean to be sure the code is as clean as possilbe > before I do a fresh compile. > > Here is the output when I start configure with the options I posted in my > first post: [...] The gallium 965 driver should not be built since it's way out of date. I'm not sure where the "gallium drivers dirs" list is specified with autoconf (I usually don't use autoconf) but i965simple should not be in the list. Maybe you can figure that out and submit a patch. -Brian |