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 not exist


From: Christoph Hintermüller
Subject: Re: [Aspell-user] [Cygwin+aspell] Error: The filter "tex" does not exist
Date: Wed, 12 Apr 2006 20:37:47 +0200
User-agent: KMail/1.8

Hi Gary, Hi Maki
Am Dienstag, 11. April 2006 15:56 schrieb Gary Setter:
> [...> 
> What does your static_filters.src.cpp file look like?
> 
> The file is generated by gen/mk-static-filter.pl. I don't recall
> off the top of my head where it gets it's list of available
> filters, but it might be the list of  *.amf files.
> 
@Gary
No it is the *filter.info files in the modules/filter directory. The .amf 
files hold the description of the available filter modes which can be added 
and modified by user and or admin. 

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

CU & Greetings

Christoph Hintermüller(Xris)









reply via email to

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