emacs-devel
[Top][All Lists]
Advanced

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

Re: A warning building Emacs-cvs with recent Cygwin DLL


From: Angelo Graziosi
Subject: Re: A warning building Emacs-cvs with recent Cygwin DLL
Date: Fri, 25 Jan 2008 11:09:56 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

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




reply via email to

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