kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #11644
Re: boost & gcc 4.8.1
On 11 November 2013 10:49, Maciej Sumiński <maciej.suminski@xxxxxxx> wrote:
>
> Then it may be related to Linux exclusively, as I use 64 bit too and the
> error occurs. More details can be found at: https://svn.boost.org/trac/
> boost/ticket/8973
>
> Regards,
> Orson
>
Hi Orson,
It may be. I just looked at the mingw32-w64 stdint.h and it unconditionally
defines int64_t and uint64_t so there's going to be no problem with it
being defined using that compiler.
The problem seems specific to some stdint implementations.
Best Regards,
Brian.
References