Hello all,
I have a freshly installed Rasperry PI 3 with Mate (16.04.02). All Updates installead.
I installed
OpenCPN 4.6.1 and the s63-Plugin from the PPA.
OpenCPN works well, but creating a fingerprint is not possible, because OCPNsenc seems to have a linkage problem:
OCPNsenc: Symbol `_ZN12wxTextBuffer6ms_eofE' has different size in shared object, consider re-linking
21:29:09: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.
,
and your program used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.
.
OCPNsenc: malloc.c:3720: _int_malloc: Assertion `(unsigned long) (size) >= (unsigned long) (nb)' failed.
They have different ABI-Versions (1009 in the library, 1002 in the program).
Seams to me, that OCPNsenc has to be
rebuild with the newer library for Mate 16.04.02.
Regards
Markus