meson.build ERROR: Dependency "gtk+-2.0" not found
Posted: 03 Oct 2023, 21:11
My System Port 5.0 with 05-devel activated:
the activated 05-devel's md5sum:
I try to compile the newest version of viewnior - 1.8 - and get this error:
Where do I get Dependency "gtk+-2.0" and where do I install it to?
Should I post snippets of /mybin/linux/viewnior/1.8/Viewnior-viewnior-1.8/builddir/meson-logs/meson-log.txt ?
Tried looking for "gtk+-2.0" online via duckduckgo but sadly found nothing helpful.
Code: Select all
guest@rava:/$ cat /etc/porteus/*
001-core.xzm:20221211
002-xorg.xzm:20221211
002-xtra.xzm:20221211
003-xfce.xzm:20220925
initrd.xz:20220928
Code: Select all
4ad2c0217ec914cb02aab3b77fd55fe5 05-devel.xzm
Code: Select all
root@rava:/mybin/linux/viewnior/1.8/Viewnior-viewnior-1.8# meson --prefix=/usr builddir
The Meson build system
Version: 0.59.4
Source dir: /mybin/linux/viewnior/1.8/Viewnior-viewnior-1.8
Build dir: /mybin/linux/viewnior/1.8/Viewnior-viewnior-1.8/builddir
Build type: native build
Project name: viewnior
Project version: 1.8
C compiler for the host machine: cc (gcc 11.2.0 "cc (GCC) 11.2.0")
C linker for the host machine: cc ld.bfd 2.37-slack15
C++ compiler for the host machine: c++ (gcc 11.2.0 "c++ (GCC) 11.2.0")
C++ linker for the host machine: c++ ld.bfd 2.37-slack15
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Found CMake: /usr/bin/cmake (3.21.4)
Run-time dependency gtk+-2.0 found: NO (tried pkgconfig and cmake)
meson.build:25:0: ERROR: Dependency "gtk+-2.0" not found, tried pkgconfig and cmake
A full log can be found at /mybin/linux/viewnior/1.8/Viewnior-viewnior-1.8/builddir/meson-logs/meson-log.txt
Should I post snippets of /mybin/linux/viewnior/1.8/Viewnior-viewnior-1.8/builddir/meson-logs/meson-log.txt ?
Tried looking for "gtk+-2.0" online via duckduckgo but sadly found nothing helpful.
