[OGo-GNUstep-Port] compilation of zOGI with gnustep-base
Sebastian Reitenbach
gnustep-port@opengroupware.org
Thu, 22 Nov 2007 07:22:36 +0100
gnustep-port@opengroupware.org wrote:
> > > I took a quick look to see whats done where these NSConcrete*.h are
> > > used in other places, but found none.
> > > These NSConcrete*.h are not used anywhere in sope and ogo besides
> > > in zogi.
> > Its a bug. NSConcrete*.h are private libFoundation headers (and
> > classes) and may not be included.
> > eg instead of
> > #include <Foundation/NSConcreteDictionary.h>
> > do:
> > #include <Foundation/NSDictionary.h>
>
> Ok, the version in google code has been updated to not include/use the
> concrete classes. I'll test and commit over to trunk.
>
great, I'll watch the changeblogger, when it is in, I'll retest and see,
whether it will compile then, or not.
thanks
Sebastian