On 10/17/2016 05:12 PM, Jens Geyer wrote:
Hi all,

I just recognized that “make” does no longer build the Thrift compiler anymore, 
only “make all” does. Is it my setup, is it by design or is there something 
wrong with the build scripts?

Have fun,
JensG

On Linux, I just did:

git clone https://github.com/apache/thrift tmp && cd tmp && \
./bootstrap.sh && ./configure --disable-libs && make

and it puts the compiler executable in compiler/cpp.

-- Ben

Reply via email to