安装“xcb-proto”,使用make 后出现“nothing to be done for all”
在centos下准备安装libxcb,需要xcb-proto的库,但是安装xcb-proto时,首先./configure,再执行make之后出现如下结果:
Making all in src
make[1]: Entering directory `/home/soft/xcb-proto-1.11/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/soft/xcb-proto-1.11/src'
Making all in xcbgen
make[1]: Entering directory `/home/soft/xcb-proto-1.11/xcbgen'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/soft/xcb-proto-1.11/xcbgen'
make[1]: Entering directory `/home/soft/xcb-proto-1.11'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/soft/xcb-proto-1.11'
按理说这样应该是已经安装过了的意思吧?但是我之前却是没安装过啊,而且通过执行:
ldconfig -p | grep xcb-proto,也没有出现这个库的信息,同样安装libxcb时也报错说没有xcb-proto,所以应该是没有安装上吧?make clean 也是如此,那么要如何安装呢,,,
恳请各位指教,谢谢!