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 580750 - gio/ginetaddress.c does not compile due to GType type being inside a WIN32 ifdef
gio/ginetaddress.c does not compile due to GType type being inside a WIN32 ifdef
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
2.19.x
Other Linux
: Normal major
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2009-04-29 14:09 UTC by David King
Modified: 2009-04-29 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Moves the GType type definition outside the ifdef (917 bytes, patch)
2009-04-29 14:12 UTC, David King
none Details | Review

Description David King 2009-04-29 14:09:05 UTC
As per the subject, ginetaddress.c does not compile (on Linux). It seems that the GType type definition should not be in a WIN32 ifdef, as the code that causes the failure ( type = g_inet_address_get_type (); ) is not ifdef'd. The commit that caused this breakage was d80e12104f139def9bea28a510bf1d7c103e20f9.
Comment 1 David King 2009-04-29 14:12:21 UTC
Created attachment 133560 [details] [review]
Moves the GType type definition outside the ifdef

This patch fixes the build on Linux, for me.
Comment 2 Dan Winship 2009-04-29 18:27:48 UTC
committed. thanks.