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) _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
