wxwidgets: Mismatch between the program and library build versions detected. #825
Comments
|
The problem is not coming from within CodeLite but from wxWidgets, you will need to build wxWidgets without the assertions |
|
I have solved this problem by adding in my source code of the following line: |
|
This worked for me too, exept replacing 1002 with whatever the latest version is that was throwing the mismatch error. It was 1011 in my case, clashing with ABI 1009. |
|
@sciencesdy would this line work using visual studio? Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not a bug within codelite per se. On Arch Linux, after building with aur, I get the error
I understand that this is because the installed version of wxwidgets was compiled with a different compiler than the one currently installed. Other programs however only treat this message as a warning and not a Fatal Error. Is there a compile flag that can be set which enables the same behavior for codelite?
Over here somebody suggested to use ./configure with --disable-assert when running into the same issue https://aur.archlinux.org/packages/tintii/
The text was updated successfully, but these errors were encountered: