Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.9
-
None
-
Linux, x86-64
Description
thrift -gen cpp:include_prefix -out test_thrift test_thrift/tutorial.thrift
the files are generated in test_thrift, without the gen-cpp dir
but the content of generated files are error:
#include "test_thrift/gen-cpp/Calculator.h"
the --help said:
-out dir Set the ouput location for generated files.
(no gen-* folder will be created)
So, the 'gen-cpp' should be removed.