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 695368 - Build fails on Win32 - make building "gtk-launch" conditional
Build fails on Win32 - make building "gtk-launch" conditional
Status: RESOLVED DUPLICATE of bug 687066
Product: gtk+
Classification: Platform
Component: Widget: Other
3.6.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-07 16:22 UTC by tarnyko
Modified: 2013-03-08 09:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds HAVE_GIO_UNIX cond. test (556 bytes, patch)
2013-03-07 16:23 UTC, tarnyko
none Details | Review

Description tarnyko 2013-03-07 16:22:59 UTC
Build fails on Win32 (MinGW) because "gtk\Makefile.am" tries to compile "gtk-launch" which uses Unix-only functions (see https://developer.gnome.org/gio/2.30/gio-Desktop-file-based-GAppInfo.html).

Make it dependant on HAVE_GIO_UNIX directive. See patch attached.

Already fixed in 3.7, backported to 3.6 for future stable releases.
Comment 1 tarnyko 2013-03-07 16:23:51 UTC
Created attachment 238319 [details] [review]
Adds HAVE_GIO_UNIX cond. test
Comment 2 Hib Eris 2013-03-08 09:32:54 UTC
This is already fixed by https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-6&id=d5794ab4efa712ca4e65471f1c04e4722485cb59

*** This bug has been marked as a duplicate of bug 687066 ***