A warning building Emacs-cvs with recent Cygwin DLL

Angelo Graziosi angelo.graziosi@alice.it
Fri Jan 25 14:08:00 GMT 2008


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/



More information about the Cygwin mailing list