Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-10 Thread Mark H Weaver
Eli Zaretskii writes: >> Date: Wed, 10 Aug 2016 17:26:15 +0300 >> From: Eli Zaretskii >> Cc: wi...@pobox.com, guile-devel@gnu.org >> >> If you suggest to do what I described above, then I obviously agree. > > IOW, do you want me to send a patch along the lines I suggested? Yes, please! Th

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-10 Thread Eli Zaretskii
> Date: Wed, 10 Aug 2016 17:26:15 +0300 > From: Eli Zaretskii > Cc: wi...@pobox.com, guile-devel@gnu.org > > If you suggest to do what I described above, then I obviously agree. IOW, do you want me to send a patch along the lines I suggested?

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-10 Thread Eli Zaretskii
> From: Mark H Weaver > Cc: Andy Wingo , guile-devel@gnu.org > Date: Wed, 10 Aug 2016 02:24:56 -0400 > > >> (zero? (system* "egrep" "-q" string filename)) > > > > For this to work, the Windows implementation of system* will need to > > be augmented to quote characters special for the shell, be

Re: Guile test-ffi uses an unportable assumption

2016-08-10 Thread Mark H Weaver
Eli Zaretskii writes: >> From: Andy Wingo >> Cc: guile-devel@gnu.org >> DATE: sat, 23 Jul 2016 23:17:58 +0200 >> >> > It assumes that libltdl can only produce a handle for a symbol in the >> > the program itself, as opposed to those loaded from shared libraries. >> > It tries 'strerror'. This