I am trying to compile RME on OS X 10.14 Mojave and I keep receiving the following error:
When I looked into the source of this error, it was located in :
RME 3.x - OSX - WXwidget error: 2.8.X compatibility requires 3.0.X compatibility
Code:
2.8.X compatibility requires 3.0.X compatibility
Code:
/usr/local/include/wx/chkconf.h
C++:
/*
Section 3a: check consistency of the non-GUI settings.
*/
#if WXWIN_COMPATIBILITY_2_8
# if !WXWIN_COMPATIBILITY_3_0
# ifdef wxABORT_ON_CONFIG_ERROR
# error "2.8.X compatibility requires...