Github user jeking3 commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1099#discussion_r80994513
--- Diff: lib/cpp/src/thrift/TApplicationException.h ---
@@ -21,6 +21,7 @@
#define _THRIFT_TAPPLICATIONEXCEPTION_H_ 1
#include <thrift/Thrift.h>
+#include <stdint.h>
--- End diff --
This is a little more complicated than I anticipated. It looks like when
compiling plugin_types.cpp we end up including TApplicationException through
some code path that either undefines HAVE_STDINT_H (which is defined in
windows/config.h, from thrift/Thrift.h) or something else is happening. Still
working on it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---