<div dir="ltr"><div>I'm getting a series of errors while trying to build jmdlx. Mr. Google suggests that this is a configuration or dependency issue with wx, but I haven't gotten to the bottom of it.</div><div><br></div>$ make jmdlx 2>&1 | grep -A4 'error:'<br>/usr/include/wx-3.0/wx/chartype.h:238:44: error: cannot convert 'const wchar_t*' to 'const char*' in initialization<br>  238 |             #define wxT(x) wxCONCAT_HELPER(L, x)<br>      |                                            ^<br>      |                                            |<br>      |                                            const wchar_t*<br><div><br></div><div>That is wrapped in the following ifdef:</div><div><br></div><div>237         #ifndef wxCOMPILER_BROKEN_CONCAT_OPER<br>238             #define wxT(x) wxCONCAT_HELPER(L, x)<br>239         #else<br></div><div><br></div><div>So I'm assuming that wxCOMPILER_BROKEN_CONCAT_OPER needs to be set somewhere.</div><div><br></div><div>I realize that this may be off topic on the jugglemaster list, as it's really a wx issue, but teh googles aren't telling me much, so I'm staring close to home.</div><div><br></div><div>TIA,</div><div><br></div><div>--Barton</div></div>