[
https://issues.apache.org/jira/browse/THRIFT-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256866#comment-14256866
]
ASF GitHub Bot commented on THRIFT-2910:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/337
THRIFT-2910 libevent is not really optional
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-2910
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/337.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 #337
----
commit 9929fcb253228ef38d96e14ca8f598e77a80783e
Author: Nobuaki Sukegawa <[email protected]>
Date: 2014-12-23T10:24:28Z
THRIFT-2910 libevent is not really optional
----
> libevent is not really optional
> -------------------------------
>
> Key: THRIFT-2910
> URL: https://issues.apache.org/jira/browse/THRIFT-2910
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.9.3
> Environment: openSUSE 13.2
> Reporter: Jens Geyer
>
> According to [the docs|http://thrift.apache.org/docs/install/], libevent is
> optional, which is actually not really the case.
> {code}
> ./configure --without-libevent
> make
> {code}
> leads to
> {code}
> make[4]: Entering directory '/home/jens/Arbeitsfläche/Thrift/lib/cpp/test'
> make[4]: *** No rule to make target '../../../lib/cpp/libthriftnb.la', needed
> by 'processor_test'.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)