From: "d.henman" <dhenman@gmail.com>
To: "Dan Nicolaescu" <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Failure in building Emacs 23.0.50 on Cygwin
Date: Sat, 01 Sep 2007 12:53:13 +0900 [thread overview]
Message-ID: <20070901125313.1488@blackhawk> (raw)
In-Reply-To: Your message of Fri, 31 Aug 2007 17:35:58 -0700 <200709010035.l810Zwni021513@oogie-boogie.ics.uci.edu>
[-- Attachment #1: Type: text/plain, Size: 377 bytes --]
Dan Nicolaescu <dann@ics.uci.edu> wrote:
> IMO the question should be asked the other way: how do you avoid
> references to "croak".
>
> Adjust preprocessor code in dissociate_if_controlling_tty so that
> croak is not used. Whether that is enough to make cygwin work, I don't
> know.
Here is the patch I came up with to avoid a reference to croak on the
cygwin platform.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: term.c patch for cygwin --]
[-- Type: text/x-c, Size: 337 bytes --]
--- term.c 2007-08-30 06:46:50.000000000 +0900
+++ term.c.fixed 2007-09-01 10:39:51.906250000 +0900
@@ -3142,8 +3142,10 @@
emacs_close (fd);
sigunblock (sigmask (SIGTTOU));
#else
+#ifndef CYGWIN
/* Unknown system. */
croak ();
+#endif /* ! CYGWIN */
#endif /* ! TIOCNOTTY */
#endif /* ! USG */
}
[-- Attachment #3: Type: text/plain, Size: 90 bytes --]
Please review this and let me know if I can check it into cvs.
Regards,
Darel Henman
[-- Attachment #4: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
next prev parent reply other threads:[~2007-09-01 3:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-29 23:51 Failure in building Emacs 23.0.50 on Cygwin Angelo Graziosi
2007-08-30 0:56 ` Dan Nicolaescu
2007-08-30 23:42 ` Angelo Graziosi
2007-09-01 0:19 ` d.henman
2007-09-01 0:35 ` Dan Nicolaescu
2007-09-01 3:53 ` d.henman [this message]
2007-09-01 8:18 ` Eli Zaretskii
2007-09-01 10:14 ` d.henman
2007-09-01 10:36 ` Eli Zaretskii
2007-09-01 16:10 ` Dan Nicolaescu
2007-09-01 8:09 ` Eli Zaretskii
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070901125313.1488@blackhawk \
--to=dhenman@gmail.com \
--cc=dann@ics.uci.edu \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.