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 310198 - Some code of evolution and evolution-data-server failed while compiling with Sun's compiler 'Vulcan / Forte'
Some code of evolution and evolution-data-server failed while compiling with ...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.4.x (obsolete)
Other opensolaris
: Normal normal
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-07-13 09:16 UTC by mengjie yu
Modified: 2013-09-13 00:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This is the patch about evolution (3.48 KB, patch)
2005-07-13 09:18 UTC, mengjie yu
none Details | Review
This is the patch about evolution-data-server (6.38 KB, patch)
2005-07-13 09:19 UTC, mengjie yu
none Details | Review

Description mengjie yu 2005-07-13 09:16:54 UTC
When I build evolutio trunk on Sun Solaris, I found there were several code
failed while comiling with Sun's compiler 'Vulcan / Forte'.

I have checked these code, and most of them are grammar errors, for example, a
void function returns a value, some variable have the name 'inline' which
conflicts with the inline keyword, some empty struct declarations. It seems that
Sun's compiler is stricter than Gcc so these codes failed.

Attachment is my patch against these code. It is about evolution as well as
evolution-data-server.
Comment 1 mengjie yu 2005-07-13 09:18:52 UTC
Created attachment 49078 [details] [review]
This is the patch about evolution
Comment 2 mengjie yu 2005-07-13 09:19:29 UTC
Created attachment 49079 [details] [review]
This is the patch about evolution-data-server
Comment 3 mengjie yu 2005-07-27 11:02:35 UTC
Fixed in CVS Head.