<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym18_1_1458442220169_4806">Hi list,</div><div id="yui_3_16_0_ym18_1_1458442220169_4772">I found an issue when compiling zexy with msys2 on Windows:</div><div id="yui_3_16_0_ym18_1_1458442220169_4771"><br></div><div dir="ltr" id="yui_3_16_0_ym18_1_1458442220169_4748">rawprint.c:28:5: error: conflicting types for '_get_output_format'<br> int _get_output_format( void ){ return 0; }<br>     ^<br>In file included from C:/msys32/home/Owner/purr-data/pd/src/m_pd.h:68:0,<br>                 from zexy.h:63,<br>                 from rawprint.c:20:<br>C:/msys32/mingw32/i686-w64-mingw32/include/stdio.h:520:32: note: previous declaration of '_get_output_format' was here<br>   _CRTIMP unsigned int __cdecl _get_output_format(void);<br>                                ^<br>Makefile:1436: recipe for target 'rawprint.lo' failed<br></div><div id="yui_3_16_0_ym18_1_1458442220169_4782" dir="ltr"><br></div><div id="yui_3_16_0_ym18_1_1458442220169_4791" dir="ltr">***</div><div id="yui_3_16_0_ym18_1_1458442220169_4792" dir="ltr">Here's the relevant code snippet:</div><div id="yui_3_16_0_ym18_1_1458442220169_4832" dir="ltr">#if !defined( _MSC_VER ) && defined (_WIN32)<br>int _get_output_format( void ){ return 0; }<br>#endif<br><br></div><div id="yui_3_16_0_ym18_1_1458442220169_4839" dir="ltr">-Jonathan<br></div></div></body></html>