The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
Index: src/sdk/wxscintilla/Makefile.am===================================================================--- src/sdk/wxscintilla/Makefile.am (revision 6202)+++ src/sdk/wxscintilla/Makefile.am (working copy)@@ -3,7 +3,7 @@ -I$(srcdir)/src/scintilla/include \ -I$(srcdir)/src/scintilla/src -AM_CPPFLAGS = -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__+AM_CPPFLAGS = -DWXMAKINGDLL_SCI -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ noinst_LTLIBRARIES = libwxscintilla.la
Index: src/unix/mimetype.cpp===================================================================--- src/unix/mimetype.cpp (revision 63936)+++ src/unix/mimetype.cpp (working copy)@@ -1527,7 +1527,7 @@ m_initialized = true; int mailcapStyles = wxMAILCAP_ALL;- if ( wxAppTraits * const traits = wxApp::GetTraitsIfExists() )+ if ( wxAppTraits * const traits = (wxTheApp ? wxTheApp->GetTraits() : NULL) ) { wxString wm = traits->GetDesktopEnvironment();
The second issue (a.k.a. http://trac.wxwidgets.org/ticket/11927) is fixed in wxWidgets and the fix should be included also in 2.8.11