Re: test failures in guile.bug.nohup.out

2006-09-12 Thread Ludovic Courtès
Hi, Virgil Anderson [EMAIL PROTECTED] writes: Running numbers.test FAIL: numbers.test: number-string: (or (string=? (number-string 11.3 12) B.4) (string=? (number-string 11.3 12) B.409)) One shouldn't worry about the failure of this test: Kevin disabled

Re: MinGW port

2006-09-12 Thread Ken Raeburn
On Sep 9, 2006, at 14:14, Nils Durner wrote: Hi, first of all, sorry for the late reply. - execv (exec_file, exec_argv); + execv (exec_file, +#ifdef __MINGW32__ + (const char * const *) +#endif + exec_argv); Is the execv declaration (in some header file) part of mingw, or Windows? The