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 684600 - GTK 3.5.18 doesn't compile for win64
GTK 3.5.18 doesn't compile for win64
Status: RESOLVED DUPLICATE of bug 687066
Product: gtk+
Classification: Platform
Component: Widget: Other
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-09-21 23:52 UTC by TMB
Modified: 2012-11-22 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description TMB 2012-09-21 23:52:06 UTC
GTK+ stops compiling with an error about missing gio/gdesktopappinfo.h when compiling for win64. The error is:

CC  gtk-launch.o
gtk-launch.c:31:33: fatal error: gio/gdesktopappinfo.h: No such file or directory
compilation terminated.
Comment 1 André Klapper 2012-09-22 09:07:59 UTC
Which glib version is linked against?
Plus slightly more output is welcome than just one line...
Comment 2 TMB 2012-09-22 18:22:27 UTC
The Git repository, but it occurs with 2.33.10 (the only released version that compiles for win64).
Comment 3 TMB 2012-09-22 23:02:49 UTC
Also, the lines I posted are the only relevant lines of output. I didn't see a reason to post the whole build log. About the issue, I believe gio/gdesktopappinfo.h is meant for linux only.
Comment 4 TMB 2012-09-28 19:12:04 UTC
I came up with a workaround. After configuring, do "sed -i 's/gtk-launch$(EXEEXT)//' gtk/Makefile".
Comment 5 Matthias Clasen 2012-09-29 14:24:12 UTC
bug 682824 has a patch. It is not quite right, which is why it hasn't been merged yet.
Comment 6 André Klapper 2012-11-22 15:45:34 UTC

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