| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <4799B574.3070704@alice.it> |
| Date: | Fri, 25 Jan 2008 11:09:56 +0100 |
| From: | Angelo Graziosi <angelo DOT graziosi AT alice DOT it> |
| User-Agent: | Thunderbird 2.0.0.9 (Windows/20071031) |
| MIME-Version: | 1.0 |
| To: | emacs-devel AT gnu DOT org |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: A warning building Emacs-cvs with recent Cygwin DLL |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Having obtained this answer
http://cygwin.com/ml/cygwin/2008-01/msg00491.html from Cygwin side, a
'conservative' solution looks as the following
===========================
--- strftime.c.orig 2007-01-14 04:24:37.000000000 +0100
+++ strftime.c 2008-01-25 10:52:30.921875000 +0100
@@ -54,7 +54,7 @@
# endif
#endif
#if HAVE_TZNAME
-#ifndef USE_CRT_DLL
+#if !defined (USE_CRT_DLL) && !defined (__CYGWIN__)
extern char *tzname[];
#endif
#endif
===========================
But, perhaps, the Emacs/Cygwin guys have better one!
Cheers,
Angelo.
---
O Captain! my Captain! our fearful trip is done,
The ship has weather'd every rack, the prize we sought is won,
The port is near, the bells I hear, the people all exulting...
-
Walt WHITMAN
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |