【发布时间】:2018-04-08 14:09:17
【问题描述】:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchart_t, compiler with C++ ABI 1002, wx containers, compatible with 2.8)
and your program used 3.0 (wchart_t, compiler with C++ ABI 1009, wx containers, compatible with 2.8)
我的 Ubuntu 是 14.04,GCC 版本是 6.2.0。如何解决这个版本不匹配的问题?
【问题讨论】:
-
ABI 版本不匹配是非常致命的。该库刚刚使用与您的编译器不兼容的编译器编译。要么太旧,要么完全不同的味道,比如 Clang。你必须重建图书馆。