Jim Crist created ORC-261: ----------------------------- Summary: All necessary c++ headers not included in install Key: ORC-261 URL: https://issues.apache.org/jira/browse/ORC-261 Project: ORC Issue Type: Bug Components: C++ Reporter: Jim Crist Priority: Normal
When installing the c++ library, all necessary headers aren't included in the installed `include` directory. This complicates using the library in external projects. `orc/Common.hh` includes `Exceptions.hh`, which is in the `src` directory. This in turn includes the generated `Adaptor.hh` header, also in the `src` directory. -- This message was sent by Atlassian JIRA (v6.4.14#64029)