On 4/11/06, Gary Setter < [EMAIL PROTECTED]> wrote:
Hi Maki,


Thanks for the reply !

I can get the error if my  static_filters.src.cpp is not correct.
This is a generated file that is included by lib\new_filter.cpp.

I do NOT have his file in the lib/ subdir but in the gen/  subdir !
 

Below is the array from my static_filters.src.cpp which defines
the list of filters available.
static FilterEntry standard_filters[] = {
    {"context",0,new_aspell_context_filter,0},

{"texinfo",new_aspell_texinfo_decoder,new_aspell_texinfo_filter,n
ew_aspell_texinfo_encoder},
    {"sgml",new_aspell_sgml_decoder,new_aspell_sgml_filter,0},

{"genconv",new_aspell_genconv_decoder,0,new_aspell_genconv_encode
r},

{"tex",new_aspell_tex_decoder,new_aspell_tex_filter,new_aspell_te
x_encoder},
    {"url",0,new_aspell_url_filter,0},
    {"nroff",0,new_aspell_nroff_filter,0},
    {"email",0,new_aspell_email_filter,0},
    {"html",new_aspell_html_decoder,new_aspell_html_filter,0}
  };

What does your static_filters.src.cpp file look like?

And I do NOT have this filters list inside this file anyway !!
 

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.

I don't know much about those *amf files ?? Should I create some first
before running copnfigure ??
 

You are also welcome to look at
http://sourceforge.net/projects/descdatadiary which uses Aspell
with some changes.

What kind of changes ?


Regards,
1sy8

Attached : my static_filters.src.cpp file.


Attachment: static_filters.src.cpp
Description: Binary data

_______________________________________________
Aspell-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/aspell-user

Reply via email to