【发布时间】:2022-01-09 16:59:57
【问题描述】:
我在 ubuntu 中安装 ImageMagick,我错误地安装了默认的 16 位量子深度版本,但我需要 8 位版本,所以我使用源文件夹中的 make uninstall 卸载了 16 位版本,然后我配置了 8 -bit 使用./configure --with-quantum-depth=8 安装它。
现在我在构建项目时遇到这些错误。
/usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to `FcWeightToOpenTypeDouble'
/usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to `FcWeightFromOpenTypeDouble'
在卸载之前构建成功,但在再次卸载并重新安装后,对于任何量子深度配置,构建项目都失败并显示上述错误。
帮助感谢,谢谢,
【问题讨论】:
-
这与CMake无关...
标签: imagemagick pango