Re: Enchant 0.4.0 released

From: Dave Malcolm (david@davemalcolm.demon.co.uk)
Date: Mon Sep 01 2003 - 14:10:51 EDT

  • Next message: Jordi Mas: "patch: fixes encoding problem with win32 application title"

    On Mon, 2003-09-01 at 15:20, Dom Lachowicz wrote:
    > It looks like configure is failing to find
    > Aspell/Pspell. I'm using the exact same configure
    > check for this as GnomeSpell. It could be libtool
    > issues - try with CC=g++ ./configure, or configure
    > --with-aspell=/path/to/aspell
    >
    > FWIW, it works great for me on RH8. If you do find the
    > problem (and you're more likely to, since I don't have
    > direct access to any RH9 machine), please send a
    > patch.

    Oops. I had a stray self-built aspell in /usr/local
    After uninstalling that I tried again.

    It still fails (as does the gnome-spell configure script).

    Doing some investigation on my RH-9 machine:
    [david@shirehorse1 enchant]$ rpm -q --info aspell
    Name : aspell Relocations: (not
    relocateable)
    Version : 0.33.7.1 Vendor: Red Hat, Inc.
    Release : 21 Build Date: Fri 24 Jan 2003
    17:17:11 GMT
    Install Date: Sun 01 Jun 2003 19:25:10 GMT Build Host:
    tweety.devel.redhat.com
    Group : Applications/Text Source RPM:
    aspell-0.33.7.1-21.src.rpm
    Size : 6967308 License: LGPL
    Signature : DSA/SHA1, Mon 24 Feb 2003 05:50:43 GMT, Key ID
    219180cddb42a60e
    Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
    URL : http://aspell.sourceforge.net/
    Summary : A spelling checker.
    Description :
    Aspell is a spelling checker designed to eventually replace Ispell.
    Aspell's primary advantage (over Ispell) is greater ability to
    suggesting correct spellings. Aspell includes both compile-time and
    run-time support for non-English languages and can spellcheck (La)TeX
    and HTML files.

    The configure test is for "new_aspell_config"; I tried this:
    [david@shirehorse1 enchant]$ nm -D /usr/lib/libaspell.so.10 | grep
    _config
             U new_pspell_config
    000562c0 T _ZN6aspell7Manager11init_configEv

    So as far as I can tell, there isn't a new_aspell_config in aspell
    packaged with RH9. I tried hacking the configure.in script to check for
    other symbols that were present, but without success; perhaps I
    misunderstood something along the way?

    I'm also now getting numerous sed errors as reported by Rui Miguel
    Seabra in another reply to your original post.

    >
    > If you're interested in getting this to work, install
    > an Ispell dictionary in ~/.enchant/ispell.
    >
    > BTW, GnomeSpell just checked in my patch on a branch -
    > since Enchant could be considered a Gnome-based
    > project, you might do well using that instead, as it
    > also gains you a nice front end as well.

    Thanks! Looks interesting.

    -- 
    David Malcolm
    www.conglomerate.org
    


    This archive was generated by hypermail 2.1.4 : Mon Sep 01 2003 - 14:10:04 EDT