[Unison-hackers] Could not comple by CYGWIN

Jerome Vouillon Jerome.Vouillon at pps.jussieu.fr
Sun May 29 18:02:46 EDT 2005


Hello,

On Sun, May 29, 2005 at 09:24:41PM +0900, Taku wrote:
> I am experiencing dificulties that could not compile
> unison-2.12.18.tar.gz by Cygwin-1.5.17-1.

Does it compile with the change below?

-- Jerome

--- pty.c~      2005-05-25 20:11:50.000000000 +0200
+++ pty.c       2005-05-29 17:00:21.000000000 +0200
@@ -4,6 +4,7 @@
 #include <caml/alloc.h>    // alloc_tuple
 #include <caml/memory.h>   // Store_field
 #include <caml/fail.h>     // failwith
+#include <errno.h>         // ENOSYS
 
 extern void unix_error (int errcode, char * cmdname, value arg) Noreturn;
 extern void uerror (char * cmdname, value arg) Noreturn;


More information about the Unison-hackers mailing list