unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jashy <nanjunjie@gmail.com>
To: Emacs-devel@gnu.org
Subject: Re: Bootstrap broken on Cygwin
Date: Fri, 13 Jun 2008 19:14:37 -0700 (PDT)	[thread overview]
Message-ID: <17834955.post@talk.nabble.com> (raw)
In-Reply-To: <4852DD2A.2020507@alice.it>


247,250d246
< #if defined(__CYGWIN__)
< void cfmakeraw(struct termios *);
< #endif /* defined(__CYGWIN__) */
< 
5454,5456c5450
<   err = cfsetispeed(&attr, XINT (tem));
<   err = err +  cfsetospeed(&attr, XINT (tem));
< 
---
>   err = cfsetspeed (&attr, XINT (tem));
5587,5598d5580
< #if defined(__CYGWIN__)
< /* Workaround for Cygwin, which is missing cfmakeraw */
< /* Pasted from man page; added in serial.c arbitrarily */
< void cfmakeraw(struct termios *termios_p)
< {
<       termios_p->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
|INLCR|IGNCR|ICRNL|IXON);
<       termios_p->c_oflag &= ~OPOST;
<       termios_p->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
<       termios_p->c_cflag &= ~(CSIZE|PARENB);
<       termios_p->c_cflag |= CS8;
<   }
< #endif /* defined(__CYGWIN__) */



Angelo Graziosi-2 wrote:
> 
> Current trunk fails to bootstrap, on Cygwin, in this way:
> sysdep.o: In function `serial_configure':
> /work/emacs/src/sysdep.c:5436: undefined reference to `_cfmakeraw'
> /work/emacs/src/sysdep.c:5450: undefined reference to `_cfsetspeed'
> 
> Could these changes (today)
> 
> 2008-06-13  Daniel Engeler
> 	These changes add serial port access.
> 	[...]
> 	* sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
> 	New functions.
> 	[...]
> 
> be the cause?
> 
> Until 24 hours ago it bootstrapped fine.
> 
> 
> Hard times for Emacs on Cygwin these days...
> 
> 

-- 
View this message in context: http://www.nabble.com/Bootstrap-broken-on-Cygwin-tp17831724p17834955.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.





  reply	other threads:[~2008-06-14  2:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13 20:48 Bootstrap broken on Cygwin Angelo Graziosi
2008-06-14  2:14 ` Jashy [this message]
2008-06-14  3:29 ` Evil Boris
2008-06-15  0:25 ` Angelo Graziosi
  -- strict thread matches above, loose matches on Subject: below --
2010-11-18 20:55 Angelo Graziosi

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=17834955.post@talk.nabble.com \
    --to=nanjunjie@gmail.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).