Displaying 1 result from an estimated 1 matches for "set_filename_utf8".
2016 Feb 01
3
Problems building on MinGW
...nGW 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
> void set_filename_utf8(int b);
> ^
>
> win_utf8__io/win_utf8_io.c:2...