问题描述
我正在从源代码(特别是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
。
但是,构建配置过程仍然失败。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)