You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2014/12/22 22:03:13 UTC

[jira] [Created] (THRIFT-2910) libevent is not really optional

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)