discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC] Header organization of -base & -gui


From: Markus Hitter
Subject: [RFC] Header organization of -base & -gui
Date: Tue, 1 Jul 2003 09:59:42 +0200


Am Montag, 30.06.03 um 21:06 Uhr schrieb David Ayers:

Yet when installing -baseadd with apple-apple-apple, I suspect these headers were installed in gnustep/base therefor requiering something like:

#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/GSMime.h>
#else
#include <gnustep/base/GSMime.h>
#endif

One typical usage of -baseadd whould be to use them as a Framework (together with Apple's Foundation) without installing any other GNUstep stuff at all. Well, it might be impossible to build just the stuff in Source/Additions/ without having the other parts of -base available at this time, but it whould be a logical enhancement to -baseadd, IMO.

For this, you whould have to #include the Framework's name, e.g.:

#include <GNUstepAdditions/GCObject.h>
#include <GNUstepAdditions/GSMime.h>

Could you include this case into your considerations?


Cheers,
Markus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]