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. ***
When building for Windows using a native toolchain (i.e. not MinGW or MSYS), <unistd.h> is not available. Include <io.h> instead and define strcasecmp.
When building for Windows using a native toolchain (i.e. not MinGW or MSYS),
<unistd.h>
is not available. Include<io.h>
instead and definestrcasecmp
.