From: Eli Zaretskii <eliz@gnu.org>
To: ludo@gnu.org
Cc: mhw@netris.org, guile-devel@gnu.org
Subject: Re: Compile ice-9/popen.scm for MinGW
Date: Thu, 03 Jul 2014 19:22:25 +0300 [thread overview]
Message-ID: <834myy2z0e.fsf@gnu.org> (raw)
In-Reply-To: <837g3y5u3q.fsf@gnu.org>
> Date: Mon, 30 Jun 2014 17:51:05 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: mhw@netris.org, guile-devel@gnu.org
>
> > From: ludo@gnu.org (Ludovic Courtès)
> > Cc: Mark H Weaver <mhw@netris.org>, guile-devel@gnu.org
> > Date: Mon, 30 Jun 2014 13:06:44 +0200
> >
> > Eli Zaretskii <eliz@gnu.org> skribis:
> >
> > > Once open-process worked for me, I quickly found out that
> > > modules/ice-9/popen.scm is not being compiled. This is because
> > > configure.ac explicitly excludes it for systems lacking 'fork':
> > >
> > > AM_CONDITIONAL([BUILD_ICE_9_POPEN],
> > > [test "x$enable_posix" = "xyes" && test "x$ac_cv_func_fork" = "xyes"])
> > >
> > > Not sure how best to fix this; perhaps the test should be removed
> > > altogether (are there any supported systems that cannot support
> > > popen.scm?).
> >
> > The test was in response to <http://bugs.gnu.org/13848>, which is a
> > MinGW issue, so it’s safe to remove it when the fork-less MinGW
> > replacement that you proposed is committed.
>
> OK, will do. Thanks.
Done, including the suitable changes in module/Makefile.am.
prev parent reply other threads:[~2014-07-03 16:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-29 16:07 Compile ice-9/popen.scm for MinGW Eli Zaretskii
2014-06-30 11:06 ` Ludovic Courtès
2014-06-30 14:51 ` Eli Zaretskii
2014-07-03 16:22 ` Eli Zaretskii [this message]
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/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=834myy2z0e.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=guile-devel@gnu.org \
--cc=ludo@gnu.org \
--cc=mhw@netris.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.
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).