分页: 1 / 1

emacs23 编译错误,帮忙看下,谢谢

发表于 : 2007-12-02 21:22
scupan
ftfont.c: In function ‘ftfont_open’:
ftfont.c:738: error: ‘struct ftfont_info’ has no member named ‘maybe_otf’
ftfont.c:739: error: ‘struct ftfont_info’ has no member named ‘otf’
make[2]: *** [ftfont.o] Error 1
make[2]: Leaving directory `/home/scupan/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/scupan/emacs'
make: *** [bootstrap] Error 2


64bit 编译出现的 错误
谁能帮忙看下 ,谢谢

发表于 : 2007-12-03 0:13
zhangsong023
是CVS中的么?CVS上的代码本来就不保证可编译的。

三种办法:
1、用已经release的版本;
2、用别人做好的deb包或者第三方源;
3、等待,过段时间(应该不长)就又可以编译了。