GNOME Bugzilla – Bug 696749
win32 : failed to compile because of careless mistake in the code
Last modified: 2015-05-25 13:13:38 UTC
The patch says all. g_message (win32_message); => g_message ("(%s)", win32_message);
Created attachment 240010 [details] [review] Patch for right compilation
Patch is trivially correct; can we get this in please?
Thanks for the patch, and sorry for taking this long. For future reference, please: * explain what kind of build failure and/or warning you get, and include the build flags used * use a Git-formatted patch (e.g. via `git format-patch` or using `git bz`), so that we can easily apply it, as well as credit the author properly * try not to insult people working on GLib in bug reports — "because of careless mistake" is not a nice phrasing This will make your patch submissions likely to be looked after in a timely manner. Thanks again for the patch. This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.
Thanks for looking at this, Emmanuele!