编译 EFL代码时的一个错误

在编译 EFL(https://www.enlightenment.org/download)代码,执行  config时,报错:

configure: error: pkg-config missing openssl
但是openssl 已经安装了:

$ dpkg --get-selections  | grep openssl
libgnutls-openssl27:i386			install
openssl						install
python-openssl					install
经过搜索,发现原因是没有安装 libssl-dev

这个安装之后, 就没有这个错误了。

还会有这个错误:

configure: error: pkg-config missing mount >= 2.18.0

需要安装 libmount-dev

如下的错误:

checking for EEZE... no
configure: error: Package requirements (mount >= 2.18.0 libudev >= 148 ) were not met:

Package blkid was not found in the pkg-config search path.
Perhaps you should add the directory containing `blkid.pc'
to the PKG_CONFIG_PATH environment variable
Package 'blkid', required by 'mount', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EEZE_CFLAGS
and EEZE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

需要安装 libblkid-dev。

下面的错误:

checking for XpQueryScreens in -lXp... no
configure: error: Missing support for X extension: Xprin

安装 libxp-dev

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值