unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Compile ice-9/popen.scm for MinGW
@ 2014-06-29 16:07 Eli Zaretskii
  2014-06-30 11:06 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-06-29 16:07 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: ludo, guile-devel

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?).



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Compile ice-9/popen.scm for MinGW
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2014-06-30 11:06 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Mark H Weaver, guile-devel

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.

Ludo’.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Compile ice-9/popen.scm for MinGW
  2014-06-30 11:06 ` Ludovic Courtès
@ 2014-06-30 14:51   ` Eli Zaretskii
  2014-07-03 16:22     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-06-30 14:51 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: mhw, guile-devel

> 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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Compile ice-9/popen.scm for MinGW
  2014-06-30 14:51   ` Eli Zaretskii
@ 2014-07-03 16:22     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2014-07-03 16:22 UTC (permalink / raw)
  To: ludo; +Cc: mhw, guile-devel

> 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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-03 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).