[Unison-hackers] Compiling under Mac OS X

Jerome Vouillon Jerome.Vouillon at pps.jussieu.fr
Mon Jul 20 11:16:48 EDT 2009


On Mon, Jul 20, 2009 at 10:06:20AM -0400, Benjamin Pierce wrote:
> > It would be great if someone could try with Ocaml 3.11.1 (where this
> > bug is fixed) and report back.
> 
> I tried again to get 3.11.1 working on my laptop, but I'm not quite  
> there yet.  Any idea what's wrong?  (This is with a newly compiled  
> OCaml.)

Apparently, the Ocaml libraries has been compiled for Mac OS X 10.5 at
least:
>   "_open$UNIX2003", referenced from:
>       _caml_sys_open in libasmrun.a(sys.o)
>       _unix_open in libunix.a(open.o)

What happens if you change
   MINOSXVERSION=10.4
to
   MINOSXVERSION=10.5
in Makefile.Ocaml?

-- Jerome


More information about the Unison-hackers mailing list