[Unison-hackers] New beta-release candidate

Benjamin Pierce bcpierce at cis.upenn.edu
Thu Apr 15 13:48:05 EDT 2010


A lot of good changes have been made to the trunk since 2.40.1, so I've just rolled out another beta-release candidate, version 2.40.16, incorporating all of them.  Please take a look and see if it's working for you, before I make a more public announcement.  

I was having one problem myself earlier, but I am unable to replicate it now.  I attach the relevant part of the make output.

    - Benjamin


make -C ../branches/2.40 export
make /Users/bcpierce/pub/unison/download/releases/unison-2.40.16
make[2]: `/Users/bcpierce/pub/unison/download/releases/unison-2.40.16' is up to date.
make exportdocs
rm -f src/unison
make -C src UISTYLE=text DEBUGGING=false \
                       NATIVE=true STATIC=false
UISTYLE = text
Building for Unix
NATIVE = true
THREADS = false
STATIC = false
OSTYPE =
OSARCH = osx
ocamlopt: case.ml ---> case.cmx
ocamlopt -I lwt -I ubase -I system -I system/generic -I lwt/generic -ccopt -mmacosx-version-min=10.5 -c /Users/bcpierce/current/unison/branches/2.40/src/case.ml
File "/Users/bcpierce/current/unison/branches/2.40/src/case.ml", line 166, characters 24-54:
Error: Unbound value Unicode.case_sensitive_compare



More information about the Unison-hackers mailing list