[ 
https://issues.apache.org/jira/browse/THRIFT-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15081899#comment-15081899
 ] 

ASF GitHub Bot commented on THRIFT-3437:
----------------------------------------

GitHub user becrux opened a pull request:

    https://github.com/apache/thrift/pull/771

    THRIFT-3437 - Fixed MinGW-w64 build

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/becrux/thrift master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/771.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 #771
    
----
commit f24fb7db61973aabe1c18fd06d71a5d412dfdc61
Author: Antonio Di Monaco <t...@becrux.com>
Date:   2016-01-04T22:05:19Z

    Fixed MinGW-w64 build

----


> Mingw-w64 build fail
> --------------------
>
>                 Key: THRIFT-3437
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3437
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>    Affects Versions: 0.9.3
>         Environment: Windows XP/7/8/10
>            Reporter: Antonio Di Monaco
>              Labels: patch
>
> When building Thrift code under MinGW-w64, I got a compilation failure, due 
> to the following problems:
> - Missing ws2_32 library link in CMakeLists.txt file
> - conflict with boost/tr1/functional.hpp, when using BOOST_THREAD
> - AI_ADDRCONFIG missing when Win32 version lower than 0x0600
> - Missing __MINGW32__ define
> Tests fail due to getsockname due to:
> - different Win32 getsockname behavior
> - BOOST_TEST_DYN_LINK not supported
> - Q_MOC_RUN / Boost conflict during build
> - mkstemp not supported (cause _mktemp_s should be used)
> Solved with pull request "Fixed MinGW-w64 build && boost/functional conflict 
> #628"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to