[Mesa-dev] Mesa installation - Facing problems..

Kenneth Graunke kenneth at whitecape.org
Wed Feb 12 03:43:27 PST 2014


On 02/11/2014 02:41 AM, Sathishkumar Sivagurunathan wrote:
> Hi,
> 
>     I am trying to install MESA libraries. I am facing a few issues with
> the installation.
> 
> Can someone help me in this..
> 
> 1)            I am running the following command.
> ./autogen.sh --prefix=/usr --enable-gles2 --enable-gles1
> --disable-gallium-egl --with-dri-drivers=i965,swrast
> --with-gallium-drivers= --enable-gbm --enable-shared-glapi
> --with-egl-platforms= x11,wayland
> 
>                I am facing the following log on Ubuntu system..
> 
> In file included from intel_buffer_objects.c:39:0:
> 
> brw_context.h: In function 'brw_program_reloc':
> 
> brw_context.h:1842:24: error: 'drm_intel_bo' has no member named 'offset64'
> 
>     return brw->cache.bo->offset64 + prog_offset;

To expand on what Matt said, you need libdrm 2.4.52 for the offset64
field to exist.  It won't build without that.

I'm still surprised you hit this.  autogen.sh is supposed to fail if it
doesn't find libdrm 2.4.52, and I verified that was working for me.  Did
it not fail for you?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140212/01128144/attachment.pgp>


More information about the mesa-dev mailing list