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 610966 - Gtk+ 2.18.7 does not build on Solaris 8
Gtk+ 2.18.7 does not build on Solaris 8
Status: RESOLVED DUPLICATE of bug 615028
Product: gtk+
Classification: Platform
Component: Backend: X11
2.18.x
Other Solaris
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-02-24 16:10 UTC by Arnaud Charlet
Modified: 2010-05-03 12:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix build failure on solaris 8 (294 bytes, patch)
2010-02-24 16:10 UTC, Arnaud Charlet
none Details | Review

Description Arnaud Charlet 2010-02-24 16:10:18 UTC
Created attachment 154602 [details] [review]
patch to fix build failure on solaris 8

The attached patch is needed so that gdkdnd-x11.c builds properly on Solaris 8.

Thanks in advance.
Comment 1 Arnaud Charlet 2010-02-24 16:17:43 UTC
Maybe I should add: on solaris 8, you cannot include X11/extensions/shape.h directly without including first X11/Xutil.h, otherwise typedefs such as 'Region' are not recognized/known
Comment 2 Arnaud Charlet 2010-05-03 06:23:18 UTC
Same issue as reported under 615028, not sure why this PR (opened before)
didn't trigger any reaction, in particular since it included a patch.

*** This bug has been marked as a duplicate of bug 615028 ***
Comment 3 Javier Jardón (IRC: jjardon) 2010-05-03 12:55:05 UTC
Probably my fault, sorry Arnaud