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

Helge Hess gnustep-port@opengroupware.org
Wed, 21 Nov 2007 20:32:53 +0100


On 21.11.2007, at 19:47, Sebastian Reitenbach 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>

Thanks,
   Helge
-- 
Helge Hess
http://www.helgehess.eu/