[Unison-hackers] Building Unison GUI on OSX 10.6

Alan Schmitt alan.schmitt at polytechnique.org
Sun Jul 17 10:32:01 EDT 2011


On Sun, Jul 17, 2011 at 3:54 PM, Lukas Reichlin
<lukas.reichlin at gmail.com> wrote:
> Do I need a different OCaml build?

No, you just need to specify that you want an x86_64 build of Unison
(as it seems you have a x64 ocaml). There may be a way to do it on the
command line, but the simplest is to:
- cd src/uimacnew
- open uimacnew.xcodeproj
- go to "Project -> Edit Project Settings"
- under "Architectures", choose "64-bit Intel"

This should work when you try to recompile.

Alan


More information about the Unison-hackers mailing list