From: Eli Zaretskii <eliz@gnu.org>
Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org
Subject: Re: Bootstrap failed during compile of process.c
Date: Wed, 04 Jan 2006 19:59:09 +0200 [thread overview]
Message-ID: <uwthfho2a.fsf@gnu.org> (raw)
In-Reply-To: <m3psn8f0x3.fsf@kfs-l.imdomain.dk> (storm@cua.dk)
> From: storm@cua.dk (Kim F. Storm)
> Date: Wed, 04 Jan 2006 16:49:44 +0100
> Cc: Emacs Devel <emacs-devel@gnu.org>
>
> Does this fix it?
>
> *** process.c 04 Jan 2006 01:06:39 +0100 1.469
> --- process.c 04 Jan 2006 16:49:14 +0100
> ***************
> *** 108,113 ****
> --- 108,117 ----
> #endif
> #include <net/if.h>
> #endif
> +
> + #if defined(WINDOWSNT) && defined(AF_INET6)
> + #include <ws2tcpip.h>
> + #endif
> #endif
I don't think this is a good idea, since ws2tcpip.h is incompatible
with winsock.h (which is included earlier in process.c by sys/socket.h
emulation in nt/inc/sys/socket.h). Here's the relevant excerpt from
ws2tcpip.h on my system:
#if (defined _WINSOCK_H && !defined _WINSOCK2_H)
#error "ws2tcpip.h is not compatable with winsock.h. Include winsock2.h instead."
#endif
next prev parent reply other threads:[~2006-01-04 17:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-04 6:58 Bootstrap failed during compile of process.c Lennart Borgman
2006-01-04 9:05 ` Kim F. Storm
2006-01-04 14:31 ` Lennart Borgman
2006-01-04 15:49 ` Kim F. Storm
2006-01-04 17:51 ` Lennart Borgman
2006-01-04 17:59 ` Eli Zaretskii [this message]
2006-01-04 17:56 ` Eli Zaretskii
2006-01-04 18:22 ` Lennart Borgman
2006-01-04 18:27 ` Eli Zaretskii
2006-01-04 18:50 ` Lennart Borgman
2006-01-04 19:59 ` Lennart Borgman
2006-01-04 18:43 ` Lennart Borgman
2006-01-05 16:02 ` Stefan Monnier
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=uwthfho2a.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=lennart.borgman.073@student.lu.se \
/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).