From: "Ben Key" <Bkey1@tampabay.rr.com>
Subject: server-start under Windows
Date: Tue, 5 Nov 2002 23:45:48 -0500 [thread overview]
Message-ID: <000201c2854f$61581bb0$6501a8c0@GODDESS> (raw)
I have managed to get emacsclient to build under Windows. However, I cannot
test it because whenever I call server-start, I get a "Unknown address
family" error message. I spent some time debugging this and I found that it
is being generated by the built in function "make-network-process" in
process.c, line 2749. I am at a loss as to how to resolve this problem. If
someone could help me resolve this issue, I might be able to complete my
Windows port of emacsclient this weekend.
For those of you who are interested in knowing how I got emacsclient to
build under Windows, it was actually pretty easy, but time consuming. All I
really needed to do was copy a bunch of code from w32.c (the socket related
functions such as sys_connect, sys_gethostname and sys_socket and the user
information functions such as getuid, geteuid, and getpwnam) and w32proc.c
(various process related functions such as new_child).
Beyond that, there were only relatively minor changes that were required.
next reply other threads:[~2002-11-06 4:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-06 4:45 Ben Key [this message]
2002-11-06 9:53 ` server-start under Windows Kim F. Storm
2002-11-06 15:45 ` Stefan Monnier
-- strict thread matches above, loose matches on Subject: below --
2002-11-06 14:34 bkey1
2002-11-06 15:55 ` Stefan Monnier
2002-11-06 20:02 ` Jason Rumney
2002-11-08 14:53 ` Kim F. Storm
2002-11-06 20:01 bkey1
2002-11-07 14:49 ` 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='000201c2854f$61581bb0$6501a8c0@GODDESS' \
--to=bkey1@tampabay.rr.com \
/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).