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 704173 - [PATCH] Don't use UNIX-specific printer objects on non-UNIX
[PATCH] Don't use UNIX-specific printer objects on non-UNIX
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-07-13 21:01 UTC by Erik van Pienbroek
Modified: 2013-07-31 02:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.49 KB, patch)
2013-07-13 21:01 UTC, Erik van Pienbroek
committed Details | Review

Description Erik van Pienbroek 2013-07-13 21:01:00 UTC
GTK+ object like GtkPrintJob and GtkPrintUnixDialog are only available on UNIX environments

Fixes build failure on non-UNIX environment (like win32)
Comment 1 Erik van Pienbroek 2013-07-13 21:01:20 UTC
Created attachment 249075 [details] [review]
Proposed patch
Comment 2 Matthias Clasen 2013-07-30 04:25:30 UTC
Review of attachment 249075 [details] [review]:

sure
Comment 3 Fan, Chun-wei 2013-07-31 02:20:06 UTC
Review of attachment 249075 [details] [review]:

Hi,

I have pushed Erik's patch as 82e5e4b5, so that builds on MinGW can be fixed.

With blesings.