discuss-gnustep
[Top][All Lists]
Advanced

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

warnings in ProjectCenter and GNUstep detect


From: Riccardo Mottola
Subject: warnings in ProjectCenter and GNUstep detect
Date: Thu, 07 Apr 2011 12:03:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110402 Icedove/3.1.9

Hi,

I wondered about some warnings in ProjectCenter and found out that they are derived from the redefinition of some typical defines and macros in an macos comaptibility list of defines.

Headers/ProjectCenter/PCDefines.h

Currently that section is enabled by:

#ifndef GNUSTEP_BASE_VERSION

but since no additional headers are imported before, this will clearly fail since the section will be always enabled even on gnustep.

Currently the gnustep base version is defined in the additions, but it does not make sense to import it if it is not required on mac, making the usage circular.

Is there a define which exists on mac and/or gnustep without importing anything?

Or, if not, by importing a header of plain Foundation?

Riccardo



reply via email to

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