[Mingw-w64-public] gcc bug in string's std::to_string?

2013-02-14 Thread Jim Michaels
#include #include #include int main(void) {     int64_t n=5;     std::string s=std::to_string(n); //http://www.cplusplus.com/reference/string/to_string/     std::cout

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-14 Thread Алексей Павлов
Yes I build crosscompiler based on mingw-w64 compiler 2013/2/14 NightStrike > On Wed, Feb 13, 2013 at 8:32 PM, Алексей Павлов wrote: > > Hi! > > > > I work on MSYS2 and now built mingw-msys2 cross compiler. Also I > > successfully build native toolchain for msys2 and some 3rdparty libs. > Now I

Re: [Mingw-w64-public] Qt wiki

2013-02-14 Thread NightStrike
On Mon, Jan 21, 2013 at 9:52 PM, Koehne Kai wrote: > PS: I think it would be help adaptation of the project a lot if things like > posix vs win32 threading, and sjlj vs dw2 exception handling (preferably even > with an advice what to use by default) would be documented somewhere within > the m

Re: [Mingw-w64-public] Install MinGW w64

2013-02-14 Thread NightStrike
On Tue, Feb 5, 2013 at 10:31 AM, Jorge F. Hernandez wrote: > > By the way, > > I tried using the MinGW 64-bit that comes with Cygwin, but when I tried to > run configure and it tries to check if gcc will compile what I'm trying to, > it says it cannot create executables, what can I do? > > I'm t

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-14 Thread NightStrike
On Wed, Feb 13, 2013 at 8:32 PM, Алексей Павлов wrote: > Hi! > > I work on MSYS2 and now built mingw-msys2 cross compiler. Also I > successfully build native toolchain for msys2 and some 3rdparty libs. Now I > need to cross-compiling BASH but I got error on start building: Are you using mingw-w64

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-14 Thread niXman
2013/2/14 Earnie Boyd: > Q: How many longs does it take to be too long? > A: Only one more long than not too long. =) -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwb

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-14 Thread Earnie Boyd
On Thu, Feb 14, 2013 at 9:37 AM, Baruch Burstein wrote: > I know nothing about this, I just wanted to comment that the error: > > error: 'long long long' is too long for GCC > > Had me laughing out loud. LOL Q: How many longs does it take to be too long? A: Only one more long than not too long.

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-14 Thread Baruch Burstein
I know nothing about this, I just wanted to comment that the error: error: 'long long long' is too long for GCC Had me laughing out loud. -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı -- Free Next-Gen Firewall H

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-14 Thread JonY
On 2/14/2013 14:32, Алексей Павлов wrote: > Hi! > > I work on MSYS2 and now built mingw-msys2 cross compiler. Also I > successfully build native toolchain for msys2 and some 3rdparty libs. Now I > need to cross-compiling BASH but I got error on start building: Hi, This is very much off-topic, it