[AbiWord] Grammar Check not working

From: matthew g <msg431_at_gmail.com>
Date: Sun Oct 16 2005 - 20:50:02 CEST

HI as the subject says Grammar check in abiword is not working
I compiled link-grammar by doing this

./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

then for abiword I did

cd $startdir/src/$pkgname-$pkgver/abi
  ./configure --prefix=/usr --with-libxml2
  make || return 1
  make DESTDIR=$startdir/pkg install

  cd ../abiword-plugins
  ./configure --prefix=$startdir/pkg/usr --disable-all --with-wmf --with-bmp \
    --with-babelfish --with-OpenWriter --with-wordperfect --with-aiksaurus \
         --without-magick --with-librsvg --with-bz2abw --with-google --with-kwo$
    --with-xhtml --with-html --with-jpeg --with-gdict --enable-OpenDocumentExpor
  make || return 1
  make prefix=$startdir/pkg/usr install
  find $startdir/pkg -name '*.la' -exec rm {} \;

both of these made packages which I the installed. I installed
link-grammar then I compiled abiword.

Any help will be great!

--
Matthew G.
Website http://msg43.homeip.net
AIM: msg431 MSN: msg431@gmail.com GTalk: msg431@gmail.com
-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request@abisource.com with the word
unsubscribe in the message body.
Received on Sun Oct 16 20:50:44 2005

This archive was generated by hypermail 2.1.8 : Sun Oct 16 2005 - 20:50:44 CEST