add command line option to quiet compiler messages

2016-07-12 Thread Tobin Harding
Patch adds command line option '--quiet' to inhibit compile and load messages. --- This is version 2. Submitting this patch on a new email thread. While working on this I discovered that compile messages are output from two separate places (load.c and boot-9.scm). Each file contains identical st

Re: MinGW open-process, take N

2016-07-12 Thread Eli Zaretskii
> From: Andy Wingo > Cc: guile-devel@gnu.org, l...@gnu.org, m...@netris.org > Date: Tue, 12 Jul 2016 16:05:35 +0200 > > > It's hard for me to build Guile from Git, due to the additional > > prerequisites that needs. > > Understood, in that case please note that there is also an automatic > bui

Re: Patchset related to array functions

2016-07-12 Thread Andy Wingo
On Tue 12 Jul 2016 09:48, Daniel Llorens writes: > @@ -175,19 +175,19 @@ dnl investigation of problems with "64" system and > library calls on > dnl Darwin (MacOS X). The libguile code (_scm.h) assumes that if a > dnl system has stat64, it will have all the other 64 APIs too; but on > dnl

Re: MinGW open-process, take N

2016-07-12 Thread Andy Wingo
Greets, On Tue 12 Jul 2016 15:02, Eli Zaretskii writes: > It's hard for me to build Guile from Git, due to the additional > prerequisites that needs. Understood, in that case please note that there is also an automatic build service that runs "make" and "make dist" to make tarballs: https://

Re: MinGW open-process, take N

2016-07-12 Thread Eli Zaretskii
> From: Andy Wingo > Cc: guile-devel@gnu.org, l...@gnu.org, m...@netris.org > Date: Mon, 11 Jul 2016 23:51:17 +0200 > > 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