[PATCH 1 of 2 V2] fsmonitor: dependencies for new experimental extension

Yuya Nishihara yuya at tcha.org
Thu Mar 10 11:10:09 EST 2016


On Thu, 03 Mar 2016 14:29:37 +0000, Martijn Pieters wrote:
> +++ b/hgext/fsmonitor/pywatchman/bser.c
[...]
> +#include <Python.h>
> +#ifdef _MSC_VER
> +#define inline __inline
> +#include <stdint.h>
> +#endif

I happened to get build error on Windows.

hgext/fsmonitor/pywatchman/bser.c(34) : fatal error C1083: ... 'stdint.h': No such file or directory

It appears Visual Studio 2008, which is the default of Python 2.7, still lacks
stdint.h.

http://stackoverflow.com/a/126687


More information about the Mercurial-devel mailing list