cc897a4
diff -up wxGTK-2.8.12/src/common/appbase.cpp.abicheck wxGTK-2.8.12/src/common/appbase.cpp
cc897a4
--- wxGTK-2.8.12/src/common/appbase.cpp.abicheck	2015-03-12 17:15:18.000000000 +0100
cc897a4
+++ wxGTK-2.8.12/src/common/appbase.cpp	2015-03-12 17:15:57.000000000 +0100
cc897a4
@@ -424,10 +424,7 @@ bool wxAppConsole::CheckBuildOptions(con
cc897a4
         msg.Printf(_T("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."),
cc897a4
                    lib.c_str(), progName.c_str(), prog.c_str());
cc897a4
 
cc897a4
-        wxLogFatalError(msg.c_str());
cc897a4
-
cc897a4
-        // normally wxLogFatalError doesn't return
cc897a4
-        return false;
cc897a4
+        wxLogWarning(msg.c_str());
cc897a4
     }
cc897a4
 #undef wxCMP
cc897a4