GNOME Bugzilla – Bug 239171
__inline__ error
Last modified: 2003-03-19 11:01:35 UTC
Forte compiler doesn't support this function, need to delete it File list as follows: ~/evolution/camel/camel-search-private.c ~/evolution/camel/camel-text-index.c ~/evolution/mail/e-searching-tokenizer.c
added AC_C_INLINE macro to configure.in, this should fix your problem.
Or you may replace '__inline__' with 'inline'.