Trying to compile lib/new_filter.cpp with the SGI C++ compiler:
cc-3940 CC: ERROR File = ./gen/static_filters.src.cpp, Line = 13
  an empty initializer is invalid for an array with unspecified bound

    static KeyInfo url_options[] = {
                   ^

The problem is that gen/mk-static-filter.pl creates an empty struct.
>From gen/static_filters.src.cpp:
  static KeyInfo url_options[] = {

  };

Can we create a dummy entry rather than an empty struct?

-- 
albert chin ([EMAIL PROTECTED])


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

Reply via email to