[Unison-hackers] Help building OSX GUI

Ben Willmore bdeb at willmore.eu
Thu Feb 19 08:31:58 EST 2009


Benjamin --

I'm not sure if you solved your problem, but it may help to force gcc
et al. to choose a particular SDK when building Unison using:

MACOSX_DEPLOYMENT_TARGET=10.4 make

or

MACOSX_DEPLOYMENT_TARGET=10.5 make

The first of these allowed me to build on 10.5 using an OCaml that was
compiled by fink.

Ben


More information about the Unison-hackers mailing list