我试图通过以下#34; Beyond Linux From Scratch"(http://www.linuxfromscratch.org/blfs/view/cvs/x/xorg7.html)尝试在Linux(CentOS 6.6)上安装Xorg,并在安装libxcb-1.12时遇到问题:
./configure $XORG_CONFIG --enable-xinput \
--without-doxygen --docdir='${datadir}'/doc/libxcb-1.12
其中:
$XORG_CONFIG="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static"
我收到了错误:
...
checking for XCBPROTO... no
configure: error: Package requirements (xcb-proto >= 1.12) were not met:
No package 'xcb-proto' 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 XCBPROTO_CFLAGS
and XCBPROTO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
我已按照网站上的说明安装在下面:
似乎xcb-proto安装没有问题,但不是100%肯定。
我可以在安装后在/usr/share/xcb
和/usr/lib/python2.7/site-packages/xcbgen
找到一些文件。
答案 0 :(得分:0)
»没有包'xcb-proto'找到«
表示没有df2 <- setDT(unstack(df))