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

Jake Farrell commented on THRIFT-2000:
--------------------------------------

libevent 2.0.16 is the current available version on the build slaves which is 
the version we need to support due to testing, instead of wrapping these with 
ifdef's we should just #include and change documentation for min libevent 
version since 2.0.15 is needed (and update configure.ac line 123)

                
> TNonblocking server does not compile with libevent 2.0.21-stable
> ----------------------------------------------------------------
>
>                 Key: THRIFT-2000
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2000
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9
>         Environment: libevent 2.0.21
> gcc 4.7
>            Reporter: Konrad Grochowski
>         Attachments: libevent_2_0_21.patch
>
>
> problem lays in usage of deprecated libevent API, which is still available 
> but in different headers
> In patch there's ifdef based on libevent version, which will include missing 
> headers, but maybe some refactoring for future will be needed

--
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

Reply via email to