【发布时间】:2020-11-08 05:18:17
【问题描述】:
我正在从源代码构建应用程序,特别是 Ardor。 在构建配置过程中,它退出并出现以下错误:
Checking for 'glibmm-2.4' >= 2.32.0
['/opt/local/bin/pkg-config', 'glibmm-2.4 >= 2.32.0', '--cflags', '--libs', 'glibmm-2.4']
err: Package glibmm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glibmm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glibmm-2.4' found
Package glibmm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glibmm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glibmm-2.4' found
我使用homebrew 进行包管理,所以我安装了glibmm 和glib。
但是,构建配置过程仍然失败。
【问题讨论】: