thermitegod / ztd

GNU General Public License v3.0
2 stars 1 forks source link

spacefm build fails, ztd dependency not found #1

Open kugelblitz opened 1 year ago

kugelblitz commented 1 year ago

Hello,

I am trying to build your spacefm fork. I have no experience with meson and ninja. I am on Debian Buster.

~/tmp/spacefm/build$ meson ..
The Meson build system
Version: 1.0.0
Source dir: /home/username/tmp/spacefm
Build dir: /home/username/tmp/spacefm/build
Build type: native build
Project name: spacefm
Project version: 3.0.0-dev
C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110")
C linker for the host machine: cc ld.bfd 2.35.2
C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110")
C++ linker for the host machine: c++ ld.bfd 2.35.2
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program sh found: YES (/bin/sh)
Program sed found: YES (/bin/sed)
Program echo found: YES (/bin/echo)
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Found CMake: /usr/bin/cmake (3.18.4)
Run-time dependency ztd found: NO (tried pkgconfig and cmake)

../meson.build:243:0: ERROR: Dependency "ztd" not found, tried pkgconfig and cmake

How do I fix this? Writing here because posting issues in the spacefm fork repo is disabled.

FabioLolix commented 1 month ago

either you need to package or install first ztd or pass --wrap-mode default to meson; that should be the default anyware have passed ~1,5 years

Coming from packaging for the AUR