GNOME Bugzilla – Bug 310198
Some code of evolution and evolution-data-server failed while compiling with Sun's compiler 'Vulcan / Forte'
Last modified: 2013-09-13 00:52:45 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.
Created attachment 49078 [details] [review] This is the patch about evolution
Created attachment 49079 [details] [review] This is the patch about evolution-data-server
Fixed in CVS Head.