, July 27, 2011 12:59 AM
>> To: Marty Jack
>> Cc: =?windows-1252?Q?Kristian_H=F8gsber?=@freedesktop.org;
>> mesa-dev@lists.freedesktop.org
>> Subject: Re: [Mesa-dev] RC3 build problem
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On
Line 1243 of configure.ac says
if test "x$enable_dri" = xyes; then
and enable_dri is nowhere defined. In RC2 the equivalent line said
if test "$mesa_driver" = dri; then
I do not know what the appropriate test is.
This results in gbm_dri not being compiled, results in gbm_dri_backend not
Another problem in the RC1 tarballs appears to be src/mesa/depend. This
contains a pile of references to /usr/lib/gcc/x86_64-redhat-linux/4.6.0/include
and will fail if you are not on that system.
With that removed I am able to build the RC1 tarballs, but that doesn't mean
there isn't somethin