GNOME Bugzilla – Bug 774349
MinGW: <config.h> is missing in gtksourceregion.c
Last modified: 2016-11-27 13:31:45 UTC
Created attachment 339740 [details] [review] Fix the problem gktsourceregion.c must include <config.h> to export symbols on Windows. Because _GTK_SOURCE_EXTERN is defined in config.h. "__declspec(dllexport)" is required to export a symbol on Windows.
Thanks, pushed as commit d6c07d063d3b4b0eaa579c5376046d8d6c02e9ae. And backported on gnome-3-24 and gnome-3-22.
*** Bug 774386 has been marked as a duplicate of this bug. ***
Are there other build problems on Windows? Or can I do a new release?
Hi, From an MSVC viewpoint I think we are all set, as the items here apply to msvc builds as well. With blessings, thank you!
Ok, GtkSourceView 3.22.2 released.
I could build by MinGW without more additional patches.