Re: compiler messages

2016-07-11 Thread Andy Wingo
On Tue 12 Jul 2016 02:08, Tobin Harding writes: > On Mon, Jul 11, 2016 at 06:29:43PM +0200, Andy Wingo wrote: >> On Thu 07 Jul 2016 14:52, Tobin Harding writes: >> >> > I have two issues with this patch after developing with a patched Guile >> > for a >> > week or so. First is that I have not

Re: compiler messages

2016-07-11 Thread Tobin Harding
On Mon, Jul 11, 2016 at 06:29:43PM +0200, Andy Wingo wrote: > On Thu 07 Jul 2016 14:52, Tobin Harding writes: > > > I have two issues with this patch after developing with a patched Guile for > > a > > week or so. First is that I have not been able to pass command line options > > to > > Guile

MinGW open-process, take N

2016-07-11 Thread Andy Wingo
Hi Eli, I have reworked Guile a bit in anticipation of your patch and in the end reworked your patch a bit too. Please fetch git and see how things are working for you, first -- it could be I introduced a MinGW bug. Then here attached is your patch, reworked. Let me know how it looks to you. I

Re: compiler messages

2016-07-11 Thread Andy Wingo
On Thu 07 Jul 2016 14:52, Tobin Harding writes: > I have two issues with this patch after developing with a patched Guile for a > week or so. First is that I have not been able to pass command line options to > Guile while using Geiser, my workaround has been setting the variable > %quiet-compile

Re: Support open-process and friends on MS-Windows

2016-07-11 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > Cc: m...@netris.org, wi...@pobox.com, guile-devel@gnu.org > Date: Mon, 11 Jul 2016 10:09:47 +0200 > > >> >>> Eli Zaretskii writes: > >> >>> > +# define getuid() (500) /* Local Administrator */ > >> >>> > +# define getgid() (513)

Re: ‘mktime’ replacement on glibc systems

2016-07-11 Thread Ludovic Courtès
Paul Eggert skribis: > On 07/04/2016 09:53 AM, Ludovic Courtès wrote: >> the conditional does not prevent >> mktime-internal’s configure snippet from being run. >> >> Any idea how to address it? > Perhaps your bootstrap script is calling gnulib-tool without the > --conditional-dependencies option

Re: Support open-process and friends on MS-Windows

2016-07-11 Thread Ludovic Courtès
Eli Zaretskii skribis: >> From: l...@gnu.org (Ludovic Courtès) >> Cc: Eli Zaretskii , wi...@pobox.com, guile-devel@gnu.org >> Date: Tue, 05 Jul 2016 10:04:23 +0200 >> >> Mark H Weaver skribis: >> >> > Eli Zaretskii writes: >> > >> >>> From: Mark H Weaver >> >>> Cc: l...@gnu.org (Ludovic Co