calo001 / fondo

📷 Wallpaper App for Linux
GNU Affero General Public License v3.0
261 stars 32 forks source link

Error : Depdencies not resolve #179

Open TanveerAsif opened 2 years ago

TanveerAsif commented 2 years ago

Hi, I was trying to build the application as per instruction, First tried to install depencies ./app install-deps but it failed with the following errors. titan@titan-pc:~/Documents/fondo$ ./app install-deps Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package dpkg-checkbuilddeps: E: Unable to locate package error: E: Unable to locate package cannot E: Unable to locate package read E: Unable to locate package debian E: Unable to locate package No E: Unable to locate package such E: Unable to locate package or E: Unable to locate package directory

When manually resolve the depencies then at runtime getting the following error **Run-time dependency libhandy-1 found: NO (tried pkgconfig and cmake)

meson.build:21:0: ERROR: Dependency "libhandy-1" not found, tried pkgconfig and cmake

A full log can be found at /home/titan/Documents/fondo/build/meson-logs/meson-log.txt FAILED: build.ninja**

Run-time dependency libhandy-1 found: NO (tried pkgconfig and cmake)

meson.build:21:0: ERROR: Dependency "libhandy-1" not found, tried pkgconfig and cmake

A full log can be found at /home/titan/Documents/fondo/build/meson-logs/meson-log.txt FAILED: build.ninja

OS: Ubuntu 20.04 focal Kernel: x86_64 Linux 5.11.0-41-generic

If you can assist,it will be great help! Thank you.

neo-turak commented 1 year ago

you just need to install the libhandy-1-dev, it will be ok. apt install libhandy-1-dev