-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libqtgeoservices_maplibregl.so (for Qt 5.15) not usable on Debian 12 #35
Comments
Additional info: Debian 11 uses libicu 67 Maybe linking to libicu without version helps ? Or get bug #33 fixed so that i can compile it myself. |
@petricf I experienced similar problems. My solution is to use the ICU library that is delivered with maplibregl. This is done using the cmake switch MBGL_QT_WITH_INTERNAL_ICU:BOOL=On My bash-script for compilation is as follows:
|
I will try it. My goal is to make *.deb of my applications at the end. This using the debian provided (dev-)packages of Qt and debmaker-tools. |
ICU handling has been improved with #56, so closing this specific ticket. |
Describe the bug
maplibregl shared lib for qt 5.15 ist linked against libicu v56. Debian 12 (Bookworm) delivers libicu v72
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tool should run
Screenshots
ldd output:
Platform information (please complete the following information):
Additional context
Output of "apt search libicu":
The text was updated successfully, but these errors were encountered: