Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
Mac OSX 10.6.8 / x86_64 / GCC 4.6.1 for building thrift and server code generated by thrift
Description
building server code generated by thrift, I needed to add #include <stdint.h> in main Thrift.h to prevent an "error: uint32_t does not define a type" error. Maybe it does not show on linux, or with earlier GCC.
Maybe there is a better place than the main Thrift.h for thins #include <stdint.h>
Attachments
Attachments
Issue Links
- is duplicated by
-
THRIFT-1576 uint32_t used without including <stdint.h>
- Closed