[Mingw-w64-public] Error building gcc-5.1.0

2015-04-23 Thread niXman
Hi, I'm trying to build MinGW-W64(i686-sjlj) based on GCC-5.1.0 and faced with this errors: http://pastebin.com/U9Lm8saL but x86_64-sjlj with the same configuration flags is built successfully. Ideas? -- One dashboar

[Mingw-w64-public] AddClipboardFormatListener missing from libuser32.a

2015-04-23 Thread LRN
We have the prototype in the header (guarded as Vista-or-later), but no stub in the import library. I don't know how to fix that (.def files for implibs seem to be special somehow). https://msdn.microsoft.com/en-us/library/windows/desktop/ms649033%28v=vs.85%29.aspx -- O< ascii ribbon - stop html

Re: [Mingw-w64-public] std::thread and memory leaks

2015-04-23 Thread LRN
On 22.04.2015 14:37, Yaron Keren wrote: > 2015-04-22 14:15 GMT+03:00 LRN: >> On 22.04.2015 14:02, Óscar Fuentes wrote: >>> LRN writes: >>> Here's a patch to fix this. It does solve the problem for the simple testcase, but i have no idea how it would behave in the wild, i didn't

[Mingw-w64-public] cc1plus.exe with SHIFS-JIS encoding

2015-04-23 Thread James Franco
Are there any known issues of cc1plus.exe crashing with shift-jis. Apparent I have a code base that uses shift-jis (japanese) encoding in some source files and cc1plus.exe was crashing. After converting the encoding to ascii cc1plus is not crashing. Is there a known issues of cc1plus.exe crashing