【发布时间】:2015-08-24 08:57:29
【问题描述】:
我正在尝试安装 libxcb: 我从 xcb-proto 1.11 开始:
./configure --prefix=/usr
没有错误的工作。
但是当我尝试安装 libXau-1.0.8 时:
./configure --prefix=/usr
我得到错误:
checking for XAU... configure: error: Package requirements (xproto) were not met:
No package 'xproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable,...
我不确定我是否遗漏了一些重要的安装参数或其他什么?
【问题讨论】:
-
我想你想
apt-get install x11proto-core-dev。如果这没有帮助,请告诉我们您拥有哪个发行版。如果确实有帮助,请不要忘记提供反馈。 -
xcb-proto和xproto是 x11 中的 2 个不同的包