The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
The clang compiler actually enforces visibility on MinGW (by not exporting the instance variable offsets); there isn't a functional equivalent of @package on Windows.
Without this patch, compiling libs-gui fails like this:
The clang compiler actually enforces visibility on MinGW (by not exporting the instance variable offsets); there isn't a functional equivalent of
@package
on Windows.Without this patch, compiling libs-gui fails like this: