web-dev-qa-db-fra.com

Erreur: Dépendance "Mont" non trouvée, essayé PKGConfig et Cumake Linux en essayant d'installer GLIB-2.60.0

Rouler la commande suivante à partir d'un terminal:

Sudo python3 meson _build

:

**The Meson build system**
Version: 0.50.0
....
Checking for function "ngettext" : YES
Checking for function "bind_textdomain_codeset" : YES
Dependency mount found: NO (tried pkgconfig and cmake)   

meson.build:1807:2: ERROR: Dependency "mount" not found, tried pkgconfig and cmake

A full log can be found at ~/glib-2.60.0/_build/meson-logs/meson-log.txt

erreur Meson-Log.txt:

Checking for function "bind_textdomain_codeset" : YES
Pkg-config binary for MachineChoice.Host is cached.
Determining dependency 'mount' with pkg-config executable '/usr/local/bin/pkg-config'
Called `/usr/local/bin/pkg-config --modversion mount` -> 1

CMake binary for MachineChoice.Host is cached.
Dependency mount found: NO (tried pkgconfig and cmake)

meson.build:1807:2: ERROR: Dependency "mount" not found, tried pkgconfig and cmake

J'ai cherché le fichier 'mont.pc'. Mais cela semble que cela n'existe pas. Comment puis-je corriger cette erreur?

3
cam zilla

J'ai corrigé une erreur comme celle-ci sur une boîte Centos avec: yum install libmount-devel

4
Antinomial