Re: [flac-dev] Compilation failure using mingw-w64 and gcc-5.3.0

2016-02-09 Thread John Warburton
Thank you for the feedback. This is cross-compiling for mingw-w64-x86_64 using gcc-5.3.0 and mingw-w64-4.0.4 on GNU/Linux. Upon attempting to compile now, a large number of errors occur in flac/decode.c which I have placed at the end of this email. They are eased by adding this to decode.c: #if

Re: [flac-dev] Compilation failure using mingw-w64 and gcc-5.3.0

2016-02-09 Thread Erik de Castro Lopo
John Warburton wrote: > Upon compiling the flac tree today, after many successful compilations over > the last few weeks, a new error is appearing before compilation bails out. > > This is a cross-compilation using gcc-5.3.0 running on GNU/Linux, with the > objects being built for a mingw-w64-x86