X11编译的问题
今天编译x11的源码,在make world后
Building Release 6.8.2.
I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.
Wed Dec 7 15:24:03 EST 2005
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
make[1]: Entering directory `/home/xavi/xc/config/imake'
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log #*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
rm -f imakemdep_cpp.h
make[1]: Leaving directory `/home/xavi/xc/config/imake'
make Makefile.boot
make[1]: Entering directory `/home/xavi/xc'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
make[2]: Entering directory `/home/xavi/xc/config/imake'
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake
cc -o ccimake -DCROSSCOMPILEDIR="" -O -I../../include -I../../imports/x11/include/X11 ccimake.c
if [ -n "" ] ; then
/cc -E `./ccimake`
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h;
else touch imakemdep_cpp.h; fi
cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o
make[2]: Leaving directory `/home/xavi/xc/config/imake'
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
make[1]: *** [config/makedepend/Makefile.proto] Error 243
make[1]: Leaving directory `/home/xavi/xc'
make: *** [World] Error 2
makefile.proto这个文件发现是空的,而且是编译后自动创建的
在执行了make Wrold的后,遇到的了这个错误就停了下了,不知道有没其它朋友也遇到过这样的问题?
help~thanks~
[ 本帖最后由 cuzzg 于 2007-6-14 15:45 编辑 ]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论