Re: [Mingw-w64-public] error: 'long long long' is too long for GCC

2012-02-20 Thread Earnie Boyd
On Sun, Feb 19, 2012 at 10:00 AM, Pau Garcia i Quiles pgqui...@elpauer.org wrote: On Sun, Feb 19, 2012 at 11:59 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: MSYS is a minimalistic and old Cygwin, which is a POSIX software layer on top of Windows. The MSYS Bash is also at version 3.2

Re: [Mingw-w64-public] error: 'long long long' is too long for GCC

2012-02-19 Thread Christer Solskogen
On 19/2-2012 1:49 AM, JonY wrote: Somebody had #define intmax_t long long, likewise for uintmax_t. Umkai? I haven't done that ;-) Is it the default setting for mingw-w64 perhaps? Btw, why are you building bash for win64? How does that even work? bash is available in MSYS - so I thought I

Re: [Mingw-w64-public] error: 'long long long' is too long for GCC

2012-02-19 Thread Ruben Van Boxem
2012/2/19 Christer Solskogen christer.solsko...@gmail.com On 19/2-2012 1:49 AM, JonY wrote: Somebody had #define intmax_t long long, likewise for uintmax_t. Umkai? I haven't done that ;-) Is it the default setting for mingw-w64 perhaps? Well, Bash probably does this in its source

Re: [Mingw-w64-public] error: 'long long long' is too long for GCC

2012-02-19 Thread JonY
On 2/19/2012 18:35, Christer Solskogen wrote: On 19/2-2012 1:49 AM, JonY wrote: Somebody had #define intmax_t long long, likewise for uintmax_t. Umkai? I haven't done that ;-) Is it the default setting for mingw-w64 perhaps? No, somewhere in your code does it, not a mingw-w64 problem.

[Mingw-w64-public] error: 'long long long' is too long for GCC

2012-02-18 Thread Christer Solskogen
Hi! I'm trying to cross compile bash with my own built mingw-w64 toolchain, and I get an error saying error: 'long long long' is too long for GCC. I wonder if this is a problem with bash or my toolchain. Anyone else seeing this? Full log: $ gmake