FS#71295 - [kicad] mismatch of C++ ABI between program and library

Attached to Project: Community Packages
Opened by Thomas Weißschuh (t-8ch) - Saturday, 19 June 2021, 11:11 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 19 June 2021, 18:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When starting pcbnew the following warning is shown:

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

So far I could detect any functional issue.

Additional info:
* kicad: 5.1.10-1
* python-wxpython: 1:4.0.7.2-1
* wxgtk3: 3.0.5.1-2


Steps to reproduce:

* Install kicad from repository
* run "pcbnew" from the command line.
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 19 June 2021, 18:41 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#71240 

Loading...