[Freewx-maint] Bug#856341: python-wxgtk3.0: Warning about wxPython is using an older C++ ABI

Olly Betts olly at survex.com
Wed Mar 1 00:58:39 UTC 2017


On Tue, Feb 28, 2017 at 11:33:08AM +0300, Andrey Skvortsov wrote:
> If wxPython application (for example wxglade) is started, warning about
> mismatching C++ ABI is shown.
> 
> Here is simple example to reproduce the case.
> 
> $ python -c 'import wx'
> 11:15:20: Warning: Mismatch between the program and library build versions
> detected.
> The library used 3.0 (wchar_t,compiler with C++ ABI 1010,wx
> containers,compatible with 2.8),
> and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1009,wx
> containers,compatible with 2.8).
> 
> Probably wxPython needs to be rebuilt to make this warning go away.

This will have started because wxwidgets3.0 got binNMUed a few days ago.
I doubt we can address this for stretch though.

Cheers,
    Olly



More information about the Freewx-maint mailing list