aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Aspell-user] [Cygwin+aspell] Error: The filter "tex" does notexist


From: Maki 1sy8
Subject: Re: [Aspell-user] [Cygwin+aspell] Error: The filter "tex" does notexist
Date: Mon, 17 Apr 2006 20:00:26 +0200

On 4/12/06, Christoph Hintermüller < address@hidden> wrote:
Hi Gary, Hi Maki

Hi Christoph !
 

@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.


I  attach here the stderr and stdout outputs of the make command.
There are a few warnings and you can also  grep Info on it.

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.

I added the filters directory (where the * filters.info live too) to the PATH
and even LD_RUN_PATH variables.
I added it also to etc/aspell.conf via add-filter-path.

'aspell config' says the filter-path is ok.

But still the same error. When I force the mode to be url, it works but not
for TeX :(
 

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.


It worked this way !!!! Thanks !! And I checked that the gen/static_filters.src.cpp
file does contain the filters indeed !!!


Best regards !
1sy8

PS : I removed the attachment as my preceding e-mail was bounced back.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]