Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magyarispell doesn't compile on Mac Catalina (recode error) #57

Open
BarnabasSzabolcs opened this issue Dec 21, 2021 · 2 comments
Open

Comments

@BarnabasSzabolcs
Copy link

BarnabasSzabolcs commented Dec 21, 2021

Hi!

I used the following lines to install:

brew install recode m4 awk
make

I got the following output:

===> magyar myspell alapszótár (magyar4myspell.dict) előállítása
==> szimbolikus kötések létrehozása a szotar.konf alapján
konfigur?ci?s ?llom?ny nincs megadva, alap?rtelmezett a szotar.konf
/Volumes/MacintoshHDD/Programming/PycharmProjects/rhymedict-crawlers/collected_documents/magyarispell-master
. Rendben.
==> szótárak egybemásolása
recode: System detected problem in step `UTF-8..ISO-8859-2'
recode: System detected problem in step `UTF-8..ISO-8859-2'
.recode: System detected problem in step `UTF-8..ISO-8859-2'
recode: System detected problem in step `UTF-8..ISO-8859-2'
.recode: System detected problem in step `UTF-8..ISO-8859-2'
recode: System detected problem in step `UTF-8..ISO-8859-2'
... 
recode: System detected problem in step `UTF-8..ISO-8859-2'
.sed: 1: "/Volumes/MacintoshHDD/P ...": invalid command code M
 Rendben.
# hy: összetétel
recode: System detected problem in step `UTF-8..ISO-8859-2'
make: *** [magyar4myspell.dict] Error 1

My versions:

recode 3.7.9
m4 1.4.19
awk 20180827
macOS Catalina 10.15.7 (19H2)

Can you please let me know how I can fix the install?

@BarnabasSzabolcs BarnabasSzabolcs changed the title Doesn't compile on Mac Catalina (recode error) Magyarispell doesn't compile on Mac Catalina (recode error) Dec 21, 2021
@BarnabasSzabolcs
Copy link
Author

Btw:

make all results in:

make: *** No rule to make target `ispell', needed by `all'.  Stop.

@laszlonemeth
Copy link
Owner

Hi, Szabolcs!

Unfortunately, primary platform for compiling the dictionary is Linux, with its GNU awk, sed etc. tools.

As a possible workaround, the complied dictionary files are available on

https://github.com/LibreOffice/dictionaries/tree/master/hu_HU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants