[ https://issues.apache.org/jira/browse/THRIFT-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bryan Duxbury closed THRIFT-555. -------------------------------- Assignee: Rush Manbert > No macro definitions for htolell or letohll for PPC Mac OS X > ------------------------------------------------------------ > > Key: THRIFT-555 > URL: https://issues.apache.org/jira/browse/THRIFT-555 > Project: Thrift > Issue Type: Bug > Components: Library (C++) > Affects Versions: 0.1 > Environment: Mac OS X 10.5.7 PPC > Reporter: Rush Manbert > Assignee: Rush Manbert > Fix For: 0.2 > > Attachments: Patch-Thrift-555.txt > > > On a PPC Mac, you end up getting the definitions at line 114 of TProtocol.h, > and the macros htolell and letohll are not defined. > It looks like they should be defined as: > # define htolell(n) bswap_64(n) > # define letohll(n) bswap_64(n) > just like they are at line 111. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.