|
From: | Maki 1sy8 |
Subject: | Re: [Aspell-user] [Cygwin+aspell] Error: The filter "tex" does notexist |
Date: | Mon, 17 Apr 2006 20:00:26 +0200 |
@Maki
I suspect that the problem is not the static filter list but rather the fact
that aspell is not able to load the filter dll or shared object file. Thus
check the config by either calling
aspell dump
or
aspell config
if the path to the filter dll s or shared objects is correct. If not than
adjust the aspell config file properly. If the path is ok than check if
aspell in cygwin is allowed to access the path to the shared objects (dll).
Further check the make output if the filter dll s and/or so have been built
and/or installed by make and make install.
Dont forget the path to the *filter.info files if they are not reachable via
the path or not installed than the filter is rejected too.
If this all doesn't help than try to statically link aspell by
./configure --enable-static --disable-shared
make clean
make
make install
In this case all the packaged filter should be appear in the staticfilter.cpp
file. If not you will get an error by make.
[Prev in Thread] | Current Thread | [Next in Thread] |