aspell-devel
[Top][All Lists]
Advanced

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

[aspell-devel] Failure compiling lib/new_filter.cpp with SGI C++ compile


From: Albert Chin
Subject: [aspell-devel] Failure compiling lib/new_filter.cpp with SGI C++ compiler
Date: Fri, 2 Dec 2005 19:46:17 -0600
User-agent: Mutt/1.5.6i

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 (address@hidden)




reply via email to

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