[Unison-hackers] Building Unison GUI on OSX 10.6

Alan Schmitt alan.schmitt at polytechnique.org
Sun Jul 17 10:56:48 EDT 2011


On Sun, Jul 17, 2011 at 4:27 PM, Alan Schmitt
<alan.schmitt at polytechnique.org> wrote:
> I can reproduce the crash (which I hadn't seen before as I never call
> unison this way). I'm not sure it's a "uimacnew09" problem: I just
> compiled a 2.40 uimacnew09, and it works as expected. So the change is
> somewhere between 2.40 and the trunk.

And I was the one who did the commit that broke this. To fix it,
change line 112 of MyController.m from:
	BOOL areRootsSet = (long)ocamlCall("i@", "areRootsSet") ? YES : NO;
into
	BOOL areRootsSet = (long)ocamlCall("i", "areRootsSet") ? YES : NO;

(I have no idea how it could work before.)

Please let me know if it fixes the problem on your side.

Alan


More information about the Unison-hackers mailing list