Re: aspell error: Sorry that is an invalid choice!
Kevin Atkinson <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 28 Jan 2008, Tanu Manchanda wrote: > If its a bug, then also please do let me know and any workaround, if > possible so that I can get back to my customer. Yes it is a bug, unfortunately I don't know of a workaround or even the cause. If you are willing to work with me there are a few things we can try to track this down. Unfortunately I have limited time to devote to this. Sorry. > On Jan 24, 2008 11:51 AM, Tanu Manchanda <[email protected]> wrote: > >> Sorry....I just forgot to add --disable-curses option. I was able to build >> the tool but again it gives the same problem. >> >> bash-3.00$ aspell -c a.txt >> *Yeaarr* >> 1) Yea arr 6) Years >> 2) Yea-arr 7) Terr >> 3) Year 8) Yarrow >> 4) Yeager 9) Yeas >> 5) Yearn 0) Yea >> i) Ignore I) Ignore all >> r) Replace R) Replace all >> a) Add l) Add Lower >> b) Abort x) Exit >> ? x >> Sorry that is an invalid choice!? s >> Sorry that is an invalid choice!? s >> Sorry that is an invalid choice!? 1 >> Sorry that is an invalid choice!? 2 >> Sorry that is an invalid choice!? 3 >> Sorry that is an invalid choice!? ^Y >> >> Regards >> Tanu >> >> >> >> On Jan 24, 2008 8:45 AM, Tanu Manchanda < [email protected]> wrote: >> >>> In that case it doesn't even build. Its giving me errors with ncurses >>> variables: >>> >>> prog/check_funs.cpp: In function 'void get_line(acommon::String&)': >>> prog/check_funs.cpp:340: error: 'wget_wch' was not declared in this >>> scope >>> prog/check_funs.cpp:354: error: 'KEY_CODE_YES' was not declared in this >>> scope >>> prog/check_funs.cpp:376: error: 'wins_nwstr' was not declared in this >>> scope >>> prog/check_funs.cpp:388: error: 'cchar_t' was not declared in this scope >>> >>> prog/check_funs.cpp:388: error: expected `;' before 'cc' >>> prog/check_funs.cpp:389: error: 'attr_t' was not declared in this scope >>> prog/check_funs.cpp:389: error: expected `;' before 'att' >>> prog/check_funs.cpp:391: error: 'cc' was not declared in this scope >>> prog/check_funs.cpp:391: error: 'mvwin_wch' was not declared in this >>> scope >>> prog/check_funs.cpp:392: error: 'att' was not declared in this scope >>> prog/check_funs.cpp:392: error: 'getcchar' was not declared in this >>> scope >>> make[1]: *** [prog/check_funs.o] Error 1 >>> >>> I think these variables are declared in curses library. >>> Let me know what needs to be done. I have been successfully able to >>> compile and run aspell with ncurses on Linux but its just failing with >>> Solaris sparc and AIX. >>> >>> Thanks for all ur help. >>> >>> Regards >>> Tanu >>> >>> >>> >>> On Jan 24, 2008 2:08 AM, Kevin Atkinson < [email protected]> wrote: >>> >>>> On Wed, 23 Jan 2008, Tanu Manchanda wrote: >>>> >>>>> Hi, >>>>> >>>>> I have build aspell on Solaris 10 machine(sparc). It went fine. I >>>> build it >>>>> with ncurses on. Now, when I run it, it went into an infinite loop >>>> saying" >>>>> Sorry that is an invalid choice!?" >>>> >>>> Try building again with ncurses disabled and see if that helps. >>>> >>> >>> >> >