Hi,
while compiling (on windows), I get:
Compiling file GSThemeInspector.m ...
GSThemeInspector.m: In function `-[GSThemeInspector update:]':
GSThemeInspector.m:181: warning: `NSClipView' may not respond to `-bounds'
GSThemeInspector.m:181: warning: (Messages without a matching method
signature
GSThemeInspector.m:181: warning: will be assumed to return `id' and accept
GSThemeInspector.m:181: warning: `...' as arguments.)
GSThemeInspector.m:181: error: incompatible types in assignment
make[4]: *** [obj/libgnustep-gui.obj/GSThemeInspector.m.o] Error 1
make[3]: *** [internal-library-all_] Error 2
Riccardo