[Unison-hackers] Mac GUI

Ben Willmore ben at opendarwin.org
Sun Apr 16 11:43:43 EDT 2006


Hi David,

You should be able to get a working version of ocamlopt running on Intel:

http://groups.google.com/group/fa.caml/browse_frm/thread/0dc0545a76842394/caa62f340ea258ce?lnk=raot#caa62f340ea258ce

Having done that, 'make' will create an app bundle in
uimac/build/Default/Unison.app which you can copy to a convenient
location.

>   unison a.tmp b.tmp
>
> <this brings up the GUI(!!) and asks me to select a profile, which I
> do.  Then...>
>
>   2006-04-16 11:00:18.198 Unison[17951] Connecting...
>   2006-04-16 11:00:18.199 Unison[17951] Connected.
>   2006-04-16 11:00:18.540 Unison[17951] Uncaught exception: File "/Users/vqv/src/unison-2.17.1/globals.ml", line 70, characters 9-15: Assertion failed

It looks like the GUI version ignores pairs of roots specified on the
command line like this.  In which case you maybe have a corrupt or
empty profile in your ~/.unison directory which is being read and
causing this error.

Ben


More information about the Unison-hackers mailing list