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

Vim、Emacs配置和使用
回复
scupan
帖子: 2
注册时间: 2006-11-17 21:34

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

#1

帖子 scupan » 2007-12-02 21:22

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 编译出现的 错误
谁能帮忙看下 ,谢谢
zhangsong023
帖子: 768
注册时间: 2006-09-20 19:56

#2

帖子 zhangsong023 » 2007-12-03 0:13

是CVS中的么?CVS上的代码本来就不保证可编译的。

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