【问题标题】:Installing Ispell on OSX在 OSX 上安装 Ispell
【发布时间】:2015-01-27 11:44:00
【问题描述】:

我从 GNU 镜像下载了 ispell 压缩包,并正在我的 OSX 上安装 Ispell。当我在我的文件夹中“全部制作”时,我收到以下错误:

[pradeep@laptop ispell-3.1]$make all
+ cc -O -c buildhash.c
In file included from buildhash.c:69:
./config.h:878:1: error: expected identifier or '('
<U+001B>[01;31m<U+001B>[K#define SIGNAL_TYPE_STRING "<U+001B>[m<U+001B>[K void"
^
1 error generated.
make: *** [buildhash.o] Error 1

我的操作系统是优胜美地。有什么建议吗?

【问题讨论】:

    标签: macos emacs osx-yosemite ispell


    【解决方案1】:

    通常不需要安装ispell.elflyspell.el,因为它们都与大多数 Emacs 安装一起打包。它们是不需要构建的elisp 文件——Emacs 旨在读取elisp 文件,例如ispell.el 和/或flyspell.el

    相反,需要安装的是第三方可执行文件,例如aspellhunspell。语言词典需要在安装主可执行文件后安装。

    基本上,ispell.elflyspell.el(在 Emacs 的帮助下)是 aspellhunspell前端


    注意:OSX 附带旧版本的 Emacs。不要使用旧版本(例如,/usr/bin/emacs),而是考虑使用当前构建的版本--with-nshttp://emacsformacosx.com/ 有关可用于 OSX 的不同构建的更多信息,以下链接包含一些信息性文章:@ 987654322@

    【讨论】:

      猜你喜欢
      • 2013-10-25
      • 2016-01-18
      • 2014-10-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-02
      • 2017-08-08
      相关资源
      最近更新 更多