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

2015-04-24 Thread LRN
On 24.04.2015 3:00, LRN wrote: > 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

[Mingw-w64-public] Building GCC 5.1 with --enable-host-shared --enable-languages=jit --disable-bootstrap

2015-04-24 Thread Hayden Livingston
Hey folks, I was wondering has anybody tried building GCC 5.1 with the new JIT language support. I tried and it failed, but I'm admittedly a noob in buiding GCC on Windows. Are there instructions using MingW-w64? I've downloaded everything, but I keep getting make errors like (libiberty.a is ne

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

2015-04-24 Thread Ruben Van Boxem
2015-04-23 23:07 GMT+02:00 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 crashin