Re: [Mingw-w64-public] Trouble cross-compiling SDL2

2015-04-27 Thread Pavel
On Tue, 2015-04-28 at 08:08 +0200, Christer Solskogen wrote: > On 27.04.2015 20:16, LRN wrote: > > > At a glance it looks like SDL_render_d3d11.c declares and defines > > IID_IDXGIFactory2, and mingw's dxgi1_2.h declares IID_IDXGIFactory2 as well > > (and defines it in some library, likely libuuid

Re: [Mingw-w64-public] Trouble cross-compiling SDL2

2015-04-27 Thread Christer Solskogen
On 27.04.2015 20:16, LRN wrote: > At a glance it looks like SDL_render_d3d11.c declares and defines > IID_IDXGIFactory2, and mingw's dxgi1_2.h declares IID_IDXGIFactory2 as well > (and defines it in some library, likely libuuid.a). > > Apparently, SDL2 was written against a SDK (likely mingw.org)

[Mingw-w64-public] GCC 5.1.0/4.9 lto linking errors (and bootstrap-lto GCC builds)

2015-04-27 Thread Matt Breedlove
I originally posted this to GCC's gcc-help ML but felt I should do the same here: https://gcc.gnu.org/ml/gcc-help/2015-04/msg00167.html This is in regards to PR 65559 and 65582 which is keeping GCC 5.1.0 LTO linking from completing due to the "lto1.exe: internal compiler error: in read_cgraph_and

Re: [Mingw-w64-public] Trouble cross-compiling SDL2

2015-04-27 Thread LRN
On 27.04.2015 20:37, Christer Solskogen wrote: > Hi! > > I've got trouble cross compiling SDL2 with the latest and greatest gcc, > binutils and mingw-w64. > > gcc version 5.1.0 (GCC) > GNU ld (GNU Binutils) 2.25 > and mingw-w64 v4.x (from git) > > I don't what is to blame. But I'm pretty sure t

[Mingw-w64-public] Trouble cross-compiling SDL2

2015-04-27 Thread Christer Solskogen
Hi! I've got trouble cross compiling SDL2 with the latest and greatest gcc, binutils and mingw-w64. gcc version 5.1.0 (GCC) GNU ld (GNU Binutils) 2.25 and mingw-w64 v4.x (from git) I don't what is to blame. But I'm pretty sure the cross compiler it self is in good shape, since I can cross comp