uint32_t compile error on OSX

Michael Toomim toomim at OCF.Berkeley.EDU
Mon Jun 27 23:41:40 UTC 2005


I tried installing mercurial .6 on osx, but the compiler said  
uint32_t wasn't defined while compiling mercurial/mpatch.c and  
mercurial/bdiff.c.

I was able to compile successfully on the mac after adding the line  
"#include <inttypes.h>" after "#include <string.h>" in mpatch.c and  
bdiff.c.  Should this be included in the release?



More information about the Mercurial mailing list