[dokuwiki] Re: Trying to test the Spellchecker (Win32)

  • From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 9 Jun 2005 18:42:16 +0200

> I click 'OK' and see 'No Mistakes Found'.  If I do include <define
> ('ASPELL_BIN','"C:\Program Files\Aspell\bin\aspell.exe"');> the error
> dialog is different:
> 
> [JavaScript Application]
> An error occurred while trying to run the spellchecker:
> Aspell returned an error: 'C:\Program' is not recognized as an
> internal or external command, operable program or batch file.

Okay as I asumed there is an problem with spaces in pathnames. Try this please:

define ('ASPELL_BIN','C:\"Program Files"\Aspell\bin\aspell.exe');

> I should have mentioned it at the beginning, but yes I am using Aspell
> 0.5.x - I used the installer Aspell-0-50-3-3-Setup.exe and afterwards
> installed two dictionaries. Aspell is in C:\Program Files\Aspell and
> the dictionaries are in C:\Program Files\Aspell\dict. I've looked high
> and low for 0.6.x win32 binaries, but none exist at the moment :(

At http://aspell.sourceforge.net/man-html/WIN32-Notes.html#WIN32%20Notes the 
author writes:

"If you are interested in updated the native port please let me know."

Maybe he will provide an updated windows binary if you ask kindly  :-)

Andi

Other related posts: