gpt4 book ai didi

windows - 尝试在 Windows 上使用 make 编译会出现错误 127

转载 作者:行者123 更新时间:2023-12-02 11:00:16 24 4
gpt4 key购买 nike

这是我第一次尝试在 Windows 中编译任何东西,它已经让我毛骨悚然(不是因为 Windows)。
我从这里下载了一本字典:

https://www.j3e.de/ispell/igerman98/dict/igerman98-20161207.tar.bz2

当我提取文件夹时,会有一个 Makefile,所以我认为我必须先编译程序。我尝试了两种方法:第一个 Cygwin,第二个 MinGW。这两个程序都在我的 PATH 中。

我使用两个程序的终端导航到 D:/igerman98 并在那里输入

make

我收到的第一条消息是:
$ make
A default make target doesn't exist. You might want to use one of those:
make hunspell/de_DE.dic hunspell/de_DE.aff (or de_AT or de_CH)
make myspell/de_DE.dic myspell/de_DE.aff (or de_AT or de_CH)
make ispell/de_DE.aff ispell/de_DE.hash (or de_AT, de_CH ...)
make aspell/de_DE.rws (or de_AT, de_CH ...)
make ligature/rmligs
make isowordlist-de_DE (or de_AT, de_CH ...)
Did I forget an important one ?-)

所以我再次输入以下内容:
make hunspell/de_DE.dic hunspell/de_DE.aff

但后来我收到以下错误:
$ make hunspell/de_DE.dic hunspell/de_DE.aff
test -e all.words.placebo.tmp || echo a > all.words.placebo.tmp
buildhash all.words.placebo.tmp ispell/de_DE_null.aff ispell/de_DE_null.hash
make: buildhash: Command not found
make: *** [ispell/de_DE_null.hash] Error 127

我在这里做错了什么?我只想创建 de_DE.dic 和 de_DE.aff 文件,这样我就可以将它们与 Textadept 中的拼写模块一起使用...

最佳答案

在 Linux 下,程序 buildhash附带 ispell 包。在 Windows 下,可以使用:ISPELL for Windwos

关于windows - 尝试在 Windows 上使用 make 编译会出现错误 127,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44304286/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com