Displaying 1 result from an estimated 1 matches for "win_utf8__io".
Did you mean:
win_utf8_io
2016 Feb 01
3
Problems building on MinGW
Hi all,
I tried building the latest flac.git on Windows with MinGW just
today, and got the following build error: (I had to copy-paste
this 'by hand', so there might be a few small mistakes)
> CCLD utf8/libutf8.la
> CC win_utf8_io/win_utf8_io.lo
> win_utf8__io/win_utf8_io.c:266:13: error: static declaration
> of 'set_filename_utf8' follows non-static declaration
> static void set_filename_utf8(int b)
> ^
> win_utf8__io/win_utf8_io.c:106:6: note: previous declaration
> of 'set_filename_utf8' was here
> vo...