GitHub user Heromyth opened a pull request:
https://github.com/apache/thrift/pull/1380
Support x64 build mode on Windows with DMD v2.076.0.
This request is used to update the last pull request #1263 using latest
thrift.
Running `make check` failed because of missing some third-party libraries.
I have run all the test codes by hand in Visual Studio Code with DMD
2.076.0 on Windows 10 and Linux . All the tests passed.
The auto-test tool for D need improved. Maybe it's better to use CMake or
DUB (a build tool for D).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Heromyth/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1380.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1380
----
commit 4ebcd59129f94d5ee6f5e28d123992e19679a2ea
Author: ZhangXuePing <[email protected]>
Date: 2017-09-28T09:54:40Z
Support x64 build mode on Windows with DMD v2.076.0.
----
---