-
Notifications
You must be signed in to change notification settings - Fork 1
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
Speller is not built #1
Comments
When I'd be compiling spellers for crk, I have not used two of the options above, i.e. using only:
... but maybe someone/Sjur knows if those two options ( |
|
Using the same configuration I am not able to reproduce. I thus close this one. |
This config:
./configure --with-hfst --without-xfst --enable-alignment --enable-reversed-intersect --without-forrest --enable-spellers
Leads to this error message:
make[3]: Entering directory '/home/boerre/gut/giellalt/lang-sme/tools/spellcheckers'
HXFST generator-speller-gt-norm.tmp.hfst
CP generator-speller-gt-norm.hfst
HINVERT analyser-speller-gt-norm.hfst
HXFST generator-fstspeller-gt-norm.tmp.hfst
HXFST generator-fstspeller-gt-norm.hfst
HINVERT analyser-fstspeller-gt-norm.hfst
HFST2FST generator-desktopspeller-gt-norm-base.hfst
HREWGHT unitweighted.hfst
HCOMPOSE generator-desktopspeller-gt-norm-freq_weighted.hfst
HXFST generator-desktopspeller-gt-norm-unit_weighted.hfst
HREWGHT generator-desktopspeller-gt-norm-tag_weighted.hfst
HXFST generator-desktopspeller-gt-norm.tmp.hfst
HXFST generator-desktopspeller-gt-norm.hfst
HINVERT analyser-desktopspeller-gt-norm.hfst
HRGX2FST anystar.hfst
GEN easteregg.default.txt
Makefile:2298: recipe for target 'easteregg.default.txt' failed
make[3]: *** [easteregg.default.txt] Error 1
rm generator-desktopspeller-gt-norm-unit_weighted.hfst generator-desktopspeller-gt-norm-freq_weighted.hfst easteregg.default.txt
make[3]: Leaving directory '/home/boerre/gut/giellalt/lang-sme/tools/spellcheckers'
Makefile:1625: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/boerre/gut/giellalt/lang-sme/tools/spellcheckers'
Makefile:419: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/boerre/gut/giellalt/lang-sme/tools'
Makefile:520: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered: