Jens Geyer created THRIFT-2910:
----------------------------------
Summary: 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)