|
|
那几个依赖包我已经装好
就开始xorg这个包了,刚开始的时候
1。sed -i '/^SUBDIRS =/s/ etc$//' programs/Xserver/Xprint/Imakefile
2。pushd config/util &&
make -f Makefile.ini lndir
接下去提示说要Now, as the root user
这里就看不明白了,前面两步就用普通用户的?
3。cp -v lndir /usr/bin/ 这里我一直用root的
接下去又提示And back as an unprivileged user 我没有理会还是用root
4。popd
5。mkdir ../xcbuild &&
cd ../xcbuild &&
lndir ../xc
6。创建host.def cat > config/cf/host.def << "EOF" copy的,应该不会错
7。sed -i -e "s@^#include <linux/config.h>@/* & */@" \
`grep -lr linux/config.h *` &&
( make World 2>&1 | tee xorg-compile.log && exit $PIPESTATUS )
这里就不行了,提示说sed不能找到grep -lr linux/config.h 这个不存在
不知道是怎么回事 |
|