| Summary: | print/lyx: fails to build with hunspell 1.5 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
| Component: | Individual Port(s) | Assignee: | Raphael Kubo da Costa <rakuco> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | Keywords: | needs-patch |
| Priority: | --- | Flags: | rakuco:
maintainer-feedback+
|
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| Bug Depends on: | |||
| Bug Blocks: | 214837 | ||
I've filed a bug in hunspell's bug tracker to ask if not installing atypes.hxx was intentional or not: https://github.com/hunspell/hunspell/issues/432 Can you check if hunspell 1.5.1 fixes lyx's build for you? Builds fine with hunspell 1.5.1: http://sprunge.us/VHGY |
HunspellChecker.cpp:354:13: error: use of undeclared identifier 'SPELL_COMPOUND' if (info & SPELL_COMPOUND) { ^ HunspellChecker.cpp:358:13: error: use of undeclared identifier 'SPELL_FORBIDDEN' if (info & SPELL_FORBIDDEN) { ^ http://sprunge.us/CJjj