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 654718 - clutter 1.6.16 compile issues
clutter 1.6.16 compile issues
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
1.6.x
Other Solaris
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-16 01:32 UTC by Brian Cameron
Modified: 2011-07-18 14:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing compile issues (2.01 KB, patch)
2011-07-16 01:32 UTC, Brian Cameron
none Details | Review

Description Brian Cameron 2011-07-16 01:32:18 UTC
Created attachment 192071 [details] [review]
Patch fixing compile issues

Clutter 1.6.16 does not compile on Solaris due to the following syntax errors.
Sun Studio compiler doesn't like using "return" with void functions. and there
seems to be a parens issue in cogl-debug.h.

Can this patch that fixes these portability issues go upstream?  Thanks!
Comment 1 Emmanuele Bassi (:ebassi) 2011-07-18 14:28:08 UTC
thanks for the patch; I fixed both the clutter-1.6 branch and master, where it still applied.