Skip to content

wxwidgets: Mismatch between the program and library build versions detected. #825

Closed
@underdoeg

Description

@underdoeg

This is not a bug within codelite per se. On Arch Linux, after building with aur, I get the error

Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8).
Aborted (core dumped)

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions