Displaying 2 results from an estimated 2 matches for "fix_variant2".
Did you mean:
fix_variant1
2016 Feb 10
0
[PATCH] Compilation failure...
...ext attachment was scrubbed...
Name: fix_variant1.patch
Type: application/octet-stream
Size: 745 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20160210/8d0c1114/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_variant2.patch
Type: application/octet-stream
Size: 1263 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20160210/8d0c1114/attachment-0001.obj
2016 Feb 09
2
Compilation failure using mingw-w64 and gcc-5.3.0
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 _WIN32
#include <windows.h>
#include <shlobj.h>
#endif
...among the headers.
Then, this