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?

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to