You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Philip Polkovnikov <po...@gmail.com> on 2015/08/24 14:08:51 UTC

Minor bug: Visual Studio build of compiler fails

Build of compiler from provided solution file fails on Visual Studio 2013.

Source taken from git://git.apache.org/thrift.git @ 7860ee7

windows/version.h file is absent.

In case this behaviour is intended, I recommend adding a git hook to
setup this file with

#define THRIFT_VERSION "custom-<commit id>"

The possible solution is post-checkout hook to generate this file and
.gitignore to prevent it from getting into the repo.

Best regards,
Philip.