discuss-gnustep
[Top][All Lists]
Advanced

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

Depreciated #import


From: Adam Fedor
Subject: Depreciated #import
Date: Thu, 06 Mar 2003 19:53:48 -0700
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905

The next release of gnustep-make (1.6.0) will by default show warnings for the use of the #import directive. #import has been depreciated for some time (even by Apple) and the gcc maintainers are seriously considering removing support for it altogether in a future release (perhaps the next release!). I'd like to encourage application developers to remove any usage of import, as anyone compiling your packages with the new GNUstep release will see these #import warnings. You can always turn them off when configuring make using:

./configure --enable-import

Just beware that even this might not work with future gcc releases. See for more info:


http://gcc.gnu.org/ml/gcc/2003-01/msg01224.html

and

http://gcc.gnu.org/ml/gcc-patches/2003-01/msg01828.html






reply via email to

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