emacs-devel
[Top][All Lists]
Advanced

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

Re: Time zone problem in cygwin


From: Ken Brown
Subject: Re: Time zone problem in cygwin
Date: Fri, 06 Feb 2009 11:50:09 -0500
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

On 2/6/2009 11:29 AM, Angelo Graziosi wrote:
Ken Brown wrote:
...and the time zone is off by 4 hours

Does it make any difference, if you build Emacs with/without this patch:

-----------------
diff -Naur emacs.orig/src/strftime.c emacs/src/strftime.c
--- emacs.orig/src/strftime.c   2007-01-14 04:24:37.000000000 +0100
+++ emacs/src/strftime.c        2008-11-27 09:42:03.109375000 +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
-----------------

No, I've tried it both with and without the patch, and the error occurs either way.

Ken




reply via email to

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