Hi,
The Jamoma library [1] fails to build since 035844b2 [2] with :
multiple definition of "glist_reloadingabstraction".
If I add "EXTERN" before glist_reloadingabstraction declaration in g_canvas.h and forward the declaration to g_canvas.c then the library builds fine (see [3]).
But I'm not sure if this the right way to fix my issue.
Please help me to figure out if I should open a PR or find another way to fix the issue.
Cheers
Antoine