On Fri, 28 Oct 2016 14:19:44 -0400
Richard <r...@usol.com> wrote:

> The errors appear to be in building the swr driver and specifically it
> complains about INT64 not being defined.


According to this:

https://www.mail-archive.com/mesa-commit@lists.freedesktop.org/msg64402.html

the mesa developers have since removed all references (at around lines 41
and 56) to INT64 in
 
src/gallium/drivers/swr/rasterizer/core/utils.h

and replaced them with int64_t . This type is defined in 
/usr/include/stdint.h and on 32bit platforms is defined as a long long int

AFAIK, mesa should compile OK on 32bit platforms.


  Cheers,

  Mike Shell
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to