X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <010e01c7ea38$d6cbd820$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <727852 DOT 30843 DOT qm AT web25003 DOT mail DOT ukl DOT yahoo DOT com> <003001c7ea5e$144a0850$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <46D611D4 DOT 4050506 AT byu DOT net> Subject: RE: octave configure on cygwin snapshot Date: Thu, 30 Aug 2007 10:51:28 +0100 Message-ID: <000c01c7eaeb$55e58db0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <46D611D4.4050506@byu.net> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 30 August 2007 01:40, Eric Blake wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > According to Dave Korn on 8/29/2007 11:00 AM: >> >> 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... > > It was this commit: > http://cygwin.com/ml/cygwin-cvs/2007-q3/msg00003.html > > But I don't see any list traffic related to char *timezone() vs. long > timezone in that timeframe. Good catch. So, the OP's problem should be solved by defining __timezonefunc__, or by "#define timezone timezone". Struct tags live in a separate namespace from functions and variables, it's only the #define below that indiscriminately mungs the word 'timezone' in the struct tag that's causing the problem. 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/