分页: 1 / 1

vim7 编译问题

发表于 : 2006-05-08 16:14
freefall
运行gvim出现如下错误:
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
Error: Aborting: no fontset found
不知如何解决?

发表于 : 2006-05-09 21:13
freefall
已解决,没安装libgtk2的dev包的原因

发表于 : 2006-05-14 13:19
guoshuang
我有 libgtk2 但是报告下面错误

no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.

请问如何处理?

发表于 : 2006-05-14 13:27
leal
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.

注意这两句

发表于 : 2006-05-14 13:56
guoshuang