in reply to Text::Aspell on Win32 box (Perl 5.10)

What version of Perl do you run? If 5.10 then version for 5.8 should work too, if 5.6 there is also a ppd available. If earlier version, then upgrade =). If you wonder why there are two module versions for 5.8 and 5.6 is that these two Perl versions where binary incompatible, so all XS modules had to be recompiled.


holli, /regexed monk/

Replies are listed 'Best First'.
Re^2: Text::Aspell on Win32 box (Perl 5.10)
by fayland (Acolyte) on Jan 13, 2009 at 07:33 UTC

    well, I tried. and get:

    C:\Documents and Settings\Administrator>ppm install http://theoryx5.uw +innipeg.ca/ppms/Text-Aspell.pp d Installing package 'http://theoryx5.uwinnipeg.ca/ppms/Text-Aspell.ppd' +... Error installing package 'http://theoryx5.uwinnipeg.ca/ppms/Text-Aspel +l.ppd': Read a PPD for 'http:/ /theoryx5.uwinnipeg.ca/ppms/Text-Aspell.ppd', but it is not intended f +or this build of Perl (MSWin32 -x86-multi-thread-5.10)

    my perl is strawberry-perl-5.10.0.3.exe

    Thanks.