After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 239171 - __inline__ error
__inline__ error
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
pre-1.5 (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 239034
 
 
Reported: 2003-03-06 07:31 UTC by Patton Gao
Modified: 2003-03-19 11:01 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Patton Gao 2003-03-06 07:31:07 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
Comment 1 Jeffrey Stedfast 2003-03-06 15:00:25 UTC
added AC_C_INLINE macro to configure.in, this should fix your problem.
Comment 2 Henry Jia 2003-03-19 11:01:35 UTC
Or you may replace '__inline__' with 'inline'.