[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #import obsolete warning
From: |
Alex Perez |
Subject: |
Re: #import obsolete warning |
Date: |
Thu, 19 Aug 2004 12:51:33 -0700 (PDT) |
On Thu, 19 Aug 2004, Andreas Hoeschler wrote:
> Hi all,
>
> I have installed gcc-3.3.2-sol9-sparc-local on a Solaris 9 machine and
> configured make as follows
>
> cd /usr/src/core/make
> ./configure --prefix=/opt/GNUstep --enable-import
> make
> make install
>
> I nevertheless get
>
> warning: #import is obsolete, use an #ifndef wrapper in the header file
The warning went away in GCC 3.4, when #import was un-deprecated. There
used to be a flag for -make to disable it but I think that may have been
removed...Nicola?