[Unison-hackers] Help building OSX GUI

Jerome Vouillon Jerome.Vouillon at pps.jussieu.fr
Thu Jun 4 15:32:27 EDT 2009


Hi Benjamin,

On Thu, Jun 04, 2009 at 09:13:15AM -0400, Benjamin Pierce wrote:
> Has there been any progress on sorting out the makefiles, etc., for  
> Unison-with-GUI compilation on OSX?  The new 3.11.1 release candidate  
> apparently fixes the critical bug that was preventing the Unison GUI  
> from working, I'm eager to see if this is really true...

If you can't wait for the makefiles to be fixed, you can edit
trunk/src/Makefile.OCaml and replace this line:
        (cd $(UIMACDIR); xcodebuild OCAMLLIBDIR="$(OCAMLLIBDIR)" SYMROOT=build)
with:
        (cd $(UIMACDIR); xcodebuild -configuration Development OCAMLLIBDIR="$(OCAMLLIBDIR)" SYMROOT=build)

-- Jerome


More information about the Unison-hackers mailing list