I guess, that aspell5 is for aspell 0.5... В Птн, 01/12/2006 в 16:18 +0100, Sven Arvidsson пишет: > On Thu, 2006-11-30 at 18:10 +0100, Brian Durant wrote: > > Thanks for replying. OK, here is what I did. I downloaded > > aspell5-id-1.2-0.tar.bz2 and then unpacked the archive. The ReadMe > > file explained how to compile it (newbie, I have never tried this > > before). I followed the instructions and here were the results: > > > > $ ./configure > > Finding Dictionary file location ... /usr/lib/aspell > > Finding Data file location ... /usr/lib/aspell > > $ make > > /usr/bin/word-list-compress d < id.cwl | /usr/bin/aspell --lang=id > > create master ./id.rws > > $ sudo make install > > mkdir -p /usr/lib/aspell/ > > cp id.rws id.multi indonesian.alias /usr/lib/aspell/ > > cd /usr/lib/aspell/ && chmod 644 id.rws id.multi indonesian.alias > > mkdir -p /usr/lib/aspell/ > > > > As far as I can tell, there were not any errors (please confirm), but > > when I open Evolution, there is still no Indonesian spellchecking > > available. Any ideas? > > Seems alright, but I have very little experience with aspell. Did you > make sure that aspell can find and use the dictionary before trying > Evolution? The README in aspell5-id-1.2-0.tar.bz2 explains how to do > this. >