[
https://issues.apache.org/jira/browse/THRIFT-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498592#comment-13498592
]
Hudson commented on THRIFT-1740:
--------------------------------
Integrated in Thrift #583 (See [https://builds.apache.org/job/Thrift/583/])
THRIFT-1740 Make C++ library build on OS X and iOS
Patch: Ben Craig
minor modification by Roger Meier (Revision 1410127)
Result = SUCCESS
roger : http://svn.apache.org/viewvc/?view=rev&rev=1410127
Files :
* /thrift/trunk/lib/cpp/src/thrift/async/TAsyncBufferProcessor.h
* /thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.cpp
* /thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.h
* /thrift/trunk/lib/cpp/src/thrift/async/TAsyncDispatchProcessor.h
* /thrift/trunk/lib/cpp/src/thrift/async/TAsyncProcessor.h
* /thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.cpp
* /thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.h
* /thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.cpp
* /thrift/trunk/lib/cpp/src/thrift/concurrency/FunctionRunner.h
* /thrift/trunk/lib/cpp/src/thrift/concurrency/ThreadManager.h
* /thrift/trunk/lib/cpp/src/thrift/concurrency/Util.h
* /thrift/trunk/lib/cpp/src/thrift/cxxfunctional.h
* /thrift/trunk/lib/cpp/src/thrift/protocol/TDenseProtocol.cpp
* /thrift/trunk/lib/cpp/src/thrift/protocol/TProtocol.h
* /thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.cpp
* /thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.cpp
* /thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.cpp
* /thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.cpp
* /thrift/trunk/lib/cpp/src/thrift/transport/TSocket.cpp
* /thrift/trunk/lib/cpp/src/thrift/transport/TSocket.h
* /thrift/trunk/lib/cpp/src/thrift/windows/tr1/functional
* /thrift/trunk/test/test.sh
> Make C++ library build on OS X and iOS
> --------------------------------------
>
> Key: THRIFT-1740
> URL: https://issues.apache.org/jira/browse/THRIFT-1740
> Project: Thrift
> Issue Type: Improvement
> Components: C++ - Library
> Affects Versions: 0.9, 1.0
> Environment: Patch fixes OS X xcode 3.2 with gcc 4.2 toolchain. Also
> fixes iOS xcode 4.4 with clang 4.0 toolchain.
> Reporter: Ben Craig
> Assignee: Ben Craig
> Labels: c++, ios, mac
> Fix For: 0.9, 1.0
>
> Attachments: mac_and_ios.patch
>
>
> Various small issues keep the existing Thrift c++ libraries from building on
> OS X and iOS. For example, in Clang, there is no <tr1/functional>, only a
> regular <functional>. Instead of adding a new configure token and a million
> #ifdefs, the patch has added a wrapper header that throws the relevant
> <functional> symbols into the apache::thrift:stdcxx namespace.
> There are also several fixes for unused variable warnings in release mode. I
> have added a helper macro to better document these cases (as opposed to just
> adding the mysterious "ret=ret;" everywhere).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira