armdevvel / mxe-SHARED

MXE (M cross environment) for ARM32 Windows development (shared libraries)
Other
6 stars 3 forks source link

GTK+ 2: Building with no errors #33

Closed pahaze closed 1 year ago

pahaze commented 1 year ago

Fixed GTK+ 2 by updating from 2.24.29 to 2.24.33, disabling visibility (still don't understand why normal MXE uses this as it seems to be an ELF thing), and removing the vanilla MXE fixes (which forced static builds).

treeswift commented 1 year ago

AFAIU visibility translates into dllimport/dllexport. Are the DLL symbol table and output import library produced correctly?