[OGo-GNUstep-Port] compilation of zOGI with gnustep-base

Sebastian Reitenbach gnustep-port@opengroupware.org
Tue, 27 Nov 2007 19:45:30 +0100


gnustep-port@opengroupware.org wrote: 
> > > > On 27.11.2007, at 17:19, Sebastian Reitenbach wrote:
> > > > > zOGIAction+Appointment.m:746: error: `NSShortInline8BitString'  
> > > > > undeclared
> > > > > (first use in this function)
> > > > The code does this:
> > > >        if (([value isKindOfClass:[NSString class]]) ||
> > > >            ([value isKindOfClass:[NSShortInline8BitString class]])) 
{
> > > > Which doesn't make any sense. First NSShortInline8BitString is a  
> > > > private class, and second its technically a subclass for NSString 
(so  
> > > > [value isKindOfClass:[NSString class]] already returns YES.
> > > ah, I see, I'll provide a patch that will remove/fix the problem.
> > appended two patches that will fix the compilation problem for me.
> > That useless check is removed tree times.
> 
> Should be fixed in r2054
> 
thanks
Sebastian