Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The wxWidgets library should be rebuilt against the latest gcc 11.x #9909

Closed
asmwarrior opened this issue Oct 28, 2021 · 0 comments · Fixed by #9910
Closed

The wxWidgets library should be rebuilt against the latest gcc 11.x #9909

asmwarrior opened this issue Oct 28, 2021 · 0 comments · Fixed by #9910
Labels
requires-rebuilds Package requires rebuild due to API/ABI change in dependencies

Comments

@asmwarrior
Copy link

Hi, I just use pacman to upgrade my msys2 suite, and I see the gcc is now 11.x version.

But the wxWidgets library (https://packages.msys2.org/package/mingw-w64-x86_64-wxWidgets)
is still built against gcc 10, so when I build my program, I got an error when the program start:


Fatal Error

Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1014,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1016,wx containers,compatible with 2.8).

Can you fix this issue?

Thanks.

@jeremyd2019 jeremyd2019 transferred this issue from msys2/MSYS2-packages Oct 28, 2021
@Biswa96 Biswa96 added the requires-rebuilds Package requires rebuild due to API/ABI change in dependencies label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires-rebuilds Package requires rebuild due to API/ABI change in dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants