GNOME Bugzilla – Bug 239168
Empty struct declaration error when build evolution using Forte
Last modified: 2003-03-19 19:02:38 UTC
Forte compiler doesn't support empty struct define or declare. The list of refering files: ~/evolution/camel/camel-mime-filter-from.c ~/evolution/camel/camel-vee-store.c ~/evolution/camel/providers/local/camel-mbox-summary.c ~/evolution/camel/providers/local/camel-spool-summary.c In these files there are some zero struct declaration that Forte doesn't accept. How often does this happen? Always. Additional Information: We should change the declaration of such zero struct. Please give a discuss and we will add a patch soon.
fixed in CVS
Still exist in file e-util/e-sexp.h. Reopen.
Created attachment 42146 [details] [review] get rid of the unused struct _ESExpClass
fixed in CVS along with __inline__ that was in e-trie.c