[Unison-hackers] Unison 2.40.1 -- beta release candidate

Jerome Vouillon Jerome.Vouillon at pps.jussieu.fr
Mon Feb 22 15:14:27 EST 2010


On Sun, Feb 21, 2010 at 04:19:24PM +0100, Alan Schmitt wrote:
> I had to manually patch the caml/config.h file to set the int64 type to:
> #define ARCH_INT64_TYPE long long
> #define ARCH_UINT64_TYPE unsigned long long

Another workaround is to put the two following lines just before the
caml includes in MyController.m and Bridge.m:

  #define uint64 uint64_caml
  #define int64 int64_caml

-- Jerome


More information about the Unison-hackers mailing list