[Mesa-dev] Mesa 7.11 release candidate 2
Sebastian H.
vand2 at gmx.de
Wed Jul 20 07:39:38 PDT 2011
>>> Mesa 7.11-rc2 has been released. This is a release candidate for the
>>> 7.11 development release.
>>
>> I've tried to compile this one
>>
>>> 996aea3cca40bb34c0a9027411924879 MesaGLUT-7.11-rc2.tar.bz2
>>
>> After unpacking
>>
>> ./configure --prefix=/opt/mesa PKG_CONFIG_PATH=/opt/mesa/lib/pkgconfig
>> LC_ALL=C make -j8
>>
>> Make fails here
> nv04_pushbuf.h is included in libdrm/nouveau. It doesn't look like you
> have it installed.
Indeed it isn't installed anywhere in /opt (also not in /usr).
Btw. the latest git mesa main compiles without it beeing there.
Alright, on the same system in ~/source/libdrm-2.4.26/
./configure --prefix=/opt/mesa \
LDFLAGS=-L/opt/mesa/lib \
PKG_CONFIG_PATH=/opt/mesa/lib/pkgconfig
finishes with
...
libdrm 2.4.26 will be compiled with:
libkms yes
Intel API yes
vmwgfx API no
Radeon API yes
Nouveau API no
...
The Noveau API doesn't get installed after the autodetection.
This is a Debian/Squeeze system with a self-compiled
2.6.38 kernel and a RV570 card.
Maybe something is missing or too old for Nouveau.
Sebastian
More information about the mesa-dev
mailing list