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;
                        ^
In file included from intel_batchbuffer.h:6:0,
                 from intel_batchbuffer.c:28:
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;
                        ^
In file included from intel_buffers.c:28: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;
                       ^
In file included from intel_blit.c:35: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;
                        ^
intel_batchbuffer.c: In function 'do_batch_dump':
intel_batchbuffer.c:158:16: error: 'drm_intel_bo' has no member named 'offset64'
       batch->bo->offset64,
                ^
intel_batchbuffer.c:167:16: error: 'drm_intel_bo' has no member named 'offset64'
       batch->bo->offset64,
                ^
intel_batchbuffer.c: In function 'intel_batchbuffer_emit_reloc':
intel_batchbuffer.c:395:44: error: 'drm_intel_bo' has no member named 'offset64'
    intel_batchbuffer_emit_dword(brw, buffer->offset64 + delta);
                                            ^
intel_batchbuffer.c: In function 'intel_batchbuffer_emit_reloc64':
intel_batchbuffer.c:416:28: error: 'drm_intel_bo' has no member named 'offset64'
    uint64_t offset = buffer->offset64 + delta;

Thanks,
Sathish


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Disclaimer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should carry out your own virus checks before opening 
an attachment. To know more about iGATE please visit www.igate.com 
<http://www.igate.com>.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to