Displaying 2 results from an estimated 2 matches for "fix_variant1".
Did you mean:
fix_variant2
2016 Feb 10
0
[PATCH] Compilation failure...
...to src/flac/decode.c and src/share/grabbag/file.c
The second removes #ifdef...#endif directives from windows_unicode_filenames.(c|h)
(they're mutually exclusive - there's no point in applying both of them)
-------------- next part --------------
A non-text 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...
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