Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1099#discussion_r81125635 --- 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 -- Figured it out; wasn't able to build with VS2010 due to changes made in THRIFT-2835. I made the necessary changes and ensured I could build on windows and on linux (to a point... I am still running into THRIFT-3937 on my linux system).
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---