GNOME Bugzilla – Bug 780452
gnome-chess: Drop use of G_MODULE_EXPORT
Last modified: 2017-03-23 19:50:24 UTC
This fixes the build with GLib 553329358c9e6845d567bb7367ae404c21d22dea: see http://build.gnome.org/continuous/buildmaster/builds/2017/03/23/37/build/log-gnome-chess.txt.
Created attachment 348580 [details] [review] gnome-chess: Drop use of G_MODULE_EXPORT The usage was incorrect: it resulted in G_MODULE_EXPORT being added to all function *calls* to these functions, as well as the function declarations and definitions. Now that G_MODULE_EXPORT is defined as non-empty on Linux, the build fails. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Attachment 348580 [details] pushed as 21b0df6 - gnome-chess: Drop use of G_MODULE_EXPORT
Thanks for taking the time to fix this Philip!