First I tried
sudo apt install thrift-compiler
but it installs only compiler, not jar libs nor C++ libraries.
Next I tried (thrift apache org docs)BuildingFromSource
but bootstrap.sh is now in fb303 directory, not top directory.
I call ./boostrap and ./configure but when try make:

Service.cpp' || echo './'`gen-cpp/FacebookService.cpp
In file included from gen-cpp/FacebookService.cpp:7:0:
gen-cpp/FacebookService.h:10:39: fatal error: thrift/TDispatchProcessor.h:
- no file or directory

How to install? Especially I need C++ libraries.

Reply via email to