On Thursday, 1 October 2020 01:05:10 PDT Cristian Ionescu-Idbohrn via 
subsurface wrote:
> libqtgeoservices_googlemaps.so: undefined symbol:
> _ZN7QGeoMap25fitViewportToGeoRectangleERK13QGeoRectangle)"

This is a private symbol in QtLocation that changed between 5.12 and 5.13.0. 
See https://github.com/qt/qtlocation/commit/
56e07f78579196fc33580ca5f20073a156b0e2dd

The symbol your plugin is looking up is the old one. That means you compiled 
the plugin against an old Qt (probably accidentally).

Recommendation: remove the development packages of Qt that were installed 
system-wide.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel DPG Cloud Engineering



_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to