Repository: thrift Updated Branches: refs/heads/master ab3f848de -> 99b9e1d40
THRIFT-2746: compiler/cpp/README.md updated Client: Build Patch: Konrad Grochowski Haskell compiler no longer need to be disabled when building with mingw Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/99b9e1d4 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/99b9e1d4 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/99b9e1d4 Branch: refs/heads/master Commit: 99b9e1d405c80059e9bf680081501bf729c33a74 Parents: ab3f848 Author: Konrad Grochowski <[email protected]> Authored: Wed Oct 1 00:14:14 2014 +0200 Committer: Konrad Grochowski <[email protected]> Committed: Wed Oct 1 00:14:14 2014 +0200 ---------------------------------------------------------------------- compiler/cpp/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/99b9e1d4/compiler/cpp/README.md ---------------------------------------------------------------------- diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md index 017617f..0e853fb 100644 --- a/compiler/cpp/README.md +++ b/compiler/cpp/README.md @@ -20,11 +20,9 @@ Now open the folder build_ec using eclipse. ### Cross compile using mingw32 and generate a Windows Installer with CPack mkdir build_mingw32 && cd build_mingw32 - cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake -DTHRIFT_COMPILER_HS=OFF .. + cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake .. cpack -Haskell uses C++ features not supported by mingw32 such as auto or nullptr, that's why we disable it. - ## Build on windows In order to build on windows a few additional steps are necessary:
