Skip to content
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

Incompatible ICU and Qt on Ubuntu 20.10 #505

Open
Baasje85 opened this issue Aug 14, 2021 · 3 comments
Open

Incompatible ICU and Qt on Ubuntu 20.10 #505

Baasje85 opened this issue Aug 14, 2021 · 3 comments

Comments

@Baasje85
Copy link

libicui18n.so.60 => not found
libicuuc.so.60 => not found

./TeleSculptor: symbol lookup error: /home/mio/Downloads/TeleSculptor-1.1.2-Linux-x86_64/bin/../lib/libQt5Core.so.5: undefined symbol: ucnv_getDefaultName_60

@kevinsmia1939
Copy link

you need icu-60 https://github.com/unicode-org/icu/releases/download/release-60-3/icu4c-60_3-src.tgz
unfortunately, you need to build it from source

@mleotta
Copy link
Member

mleotta commented Sep 23, 2021

I haven't tested this yet on newer Ubuntu version, but it might be easier to build against the system package for Qt. In general, I'd like to make it more common practice to build TeleSculptor against system packages on Linux systems where the system packages are compatible. There are new CMake options to support this. For example, there is an option TELESCULPTOR_USE_SYSTEM_QT and similar for several other third party dependencies.

@kevinsmia1939
Copy link

I haven't tested this yet on newer Ubuntu version, but it might be easier to build against the system package for Qt. In general, I'd like to make it more common practice to build TeleSculptor against system packages on Linux systems where the system packages are compatible. There are new CMake options to support this. For example, there is an option TELESCULPTOR_USE_SYSTEM_QT and similar for several other third party dependencies.

In case of flatpak, I fail to build from source so I bundled icu60.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants