ripdrag icon indicating copy to clipboard operation
ripdrag copied to clipboard

Missing Dependency: pango library for pango-sys build

Open cmdrtictak opened this issue 3 years ago • 3 comments

Title says it all

--- stdout cargo:rerun-if-env-changed=PANGO_NO_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR cargo:warning="pkg-config" "--libs" "--cflags" "pango" "pango >= 1.46" did not exit successfully: exit status: 1 error: could not find system library 'pango' required by the 'pango-sys' crate

--- stderr Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found

cmdrtictak avatar Sep 12 '22 09:09 cmdrtictak

Looks like you need to link these at compile time. What OS?

0323pin avatar Sep 16 '22 18:09 0323pin

Debian Linux

cmdrtictak avatar Nov 13 '22 10:11 cmdrtictak

You need to install libpango1.0-dev to resolve this

werdahias avatar Mar 17 '24 18:03 werdahias