[Unison-hackers] OSX GUI

Jerome Vouillon Jerome.Vouillon at pps.jussieu.fr
Sun Jan 10 10:17:49 EST 2010


On Sun, Jan 10, 2010 at 09:57:56AM -0500, Benjamin Pierce wrote:
> The GUI is not working for me at the moment -- it displays  
> "Connecting..." forever and prints nothing (even when invoked from  
> command line with "-debug all").  Anybody else seeing this?

Try the patch below...

-- Jerome

Index: uimacbridgenew.ml
===================================================================
--- uimacbridgenew.ml   (révision 398)
+++ uimacbridgenew.ml   (copie de travail)
@@ -91,6 +91,7 @@
        with
          Util.Transient s | Util.Fatal s -> fatalError s
        | exn -> fatalError (Uicommon.exn2string exn))
+    ()
 
 (* Defined in MyController.m, used to redisplay the table
    when the status for a row changes *)


More information about the Unison-hackers mailing list