C++ compiler and runtime have 32/64bit problems
-----------------------------------------------

                 Key: THRIFT-1070
                 URL: https://issues.apache.org/jira/browse/THRIFT-1070
             Project: Thrift
          Issue Type: Bug
          Components: C++ - Compiler, C++ - Library
    Affects Versions: 0.6
            Reporter: Rich Salz


When compiling thrift with a 64bit G++ and a strict set of warnings, some 
errors come up.  The code assumes that sizeof(size_t)==sizeof(int32_t).  Since 
most of these problems are related to the wire protocol, which defines a 
four-byte size, the fixes are straightforward casting.

We'll provide a patch shortly.


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to