X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave.korn@artimi.com>
To: <cygwin@cygwin.com>
References:  <010e01c7ea38$d6cbd820$2e08a8c0@CAM.ARTIMI.COM> <727852.30843.qm@web25003.mail.ukl.yahoo.com> <loom.20070829T182229-247@post.gmane.org>  <loom.20070829T184319-70@post.gmane.org>
Subject: RE: octave configure on cygwin snapshot
Date: Wed, 29 Aug 2007 18:00:16 +0100
Message-ID: <003001c7ea5e$144a0850$2e08a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To:  <loom.20070829T184319-70@post.gmane.org>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 29 August 2007 17:51, Eric Blake wrote:

> Eric Blake <ebb9 <at> byu.net> writes:
> 
>> As your testcase shows, the inclusion of <sys/time.h> manages to define
>> struct timezone, but then subsequent includes trigger the macro that
>> changes the spelling to _timezone, and your declarations all end up
>> referring to the incomplete type struct _timezone, hence the compiler
>> error.  So something in cygwin's headers needs to change in order to make
>> sure struct timezone is not hidden by the macro in <cygwin/time.h>.
> 
> At first, I thought the solution might be as simple as 


  It would be worth going back through the archives; IIRC, this was a recent
change made by CV in response to a PR on the list.  Any un-cautious solution
would probably just regress back the original bug...


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

