Quoting Jens Geyer <[email protected]>:
Hi *, I just recognized that (if I don’t overlook anything) the config.h file created by autoconf in the Thrift root folder is included into the C++ library, but not in the compiler itself. There’s only a Windows config.h, but that’s a different one.
thrift-config.h is the relevant file https://git-wip-us.apache.org/repos/asf/thrift/repo?p=thrift.git;a=blob;f=lib/cpp/src/thrift/thrift-config.h;hb=HEAD it includes the config.h created during ./configure process or the windows thrift/windows/config.h
Is there a specific reason for that?
yes, autoconf vs. windows build. on Unix-like platforms some features are used if available depending on config.h input.
Would it be a problem if I include that file?
please use thrift/thrift-config.h if possible regards -roger
Thanks, JensG
