[OGo-GNUstep-Port] compilation of zOGI with gnustep-base
Sebastian Reitenbach
gnustep-port@opengroupware.org
Tue, 27 Nov 2007 11:09:30 +0100
Hi,
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.
>
> Checked in, r2052.
I just checked out the changeblogger, but the zOGI changes are not there,
only the one from Helge yesterday.
Sebastian