GNOME Bugzilla – Bug 730236
Make GtkInspector build and work On Windows
Last modified: 2014-05-16 15:52:38 UTC
Hi, (Sorry if the selected component is not right for this bug). As GTK+ now incorporates the use of parasite (GtkInspector), it needs to be updated in some areas so that it will build and run on Windows, including: -Avoid including UNIX-only headers[*] -Deduce data paths during run time for Windows (and Mac), like the rest of GTK+ -For Visual C++ builds, ensure that variables are declared at the top of the block. [*]: Python support for GtkInspector is not done for Windows as it involves POSIX signal handling that needs to be ported for Windows before we can use it there, which will most likely belong to another bug.
Created attachment 276659 [details] [review] GtkInspector: Let it build on Windows Hi, This is my patch for this, and also use the Windows GTK+ theme by default on Windows. With blessings, thank you!
Review of attachment 276659 [details] [review]: looks good.
Review of attachment 276659 [details] [review]: Hello Emmanuele, Thanks for the review-the patch has been pushed to master as 7ea0e275. I will close this bug shortly. With blessings.