unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: emacs-devel@gnu.org
Cc: cygwin@cygwin.com
Subject: Re: A warning building Emacs-cvs with recent Cygwin DLL
Date: Fri, 25 Jan 2008 11:09:56 +0100	[thread overview]
Message-ID: <4799B574.3070704@alice.it> (raw)

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	other threads:[~2008-01-25 10:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-25 10:09 Angelo Graziosi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-25  9:12 A warning building Emacs-cvs with recent Cygwin DLL Angelo Graziosi
2008-01-25 10:16 ` Eli Zaretskii
2008-01-25 10:58   ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4799B574.3070704@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=cygwin@cygwin.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).