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 682825 - Also compile gtkdbusgenerated.c on non-UNIX environments
Also compile gtkdbusgenerated.c on non-UNIX environments
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
3.5.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-08-27 20:36 UTC by Erik van Pienbroek
Modified: 2012-08-31 01:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (824 bytes, patch)
2012-08-27 20:36 UTC, Erik van Pienbroek
accepted-commit_now Details | Review
Also compile gtkdbusgenerated.c on non-UNIX environments (871 bytes, patch)
2012-08-31 01:19 UTC, Matthias Clasen
committed Details | Review

Description Erik van Pienbroek 2012-08-27 20:36:29 UTC
Created attachment 222579 [details] [review]
Proposed patch

Also compile gtkdbusgenerated.c on non-UNIX environments

When compiling gtk on Win32 then the file gtkdbusgenerated.c also needs to be
compiled and linked into the gtk library as it's needed for GtkMountOperation
Comment 1 Matthias Clasen 2012-08-30 15:56:21 UTC
Review of attachment 222579 [details] [review]:

ok
Comment 2 Matthias Clasen 2012-08-31 01:19:45 UTC
The following fix has been pushed:
9d3c812 Also compile gtkdbusgenerated.c on non-UNIX environments
Comment 3 Matthias Clasen 2012-08-31 01:19:48 UTC
Created attachment 223013 [details] [review]
Also compile gtkdbusgenerated.c on non-UNIX environments

When compiling gtk on Win32 then the file gtkdbusgenerated.c also needs to be
compiled and linked into the gtk library as it's needed for GtkMountOperation