[
https://issues.apache.org/jira/browse/ORC-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234875#comment-16234875
]
ASF GitHub Bot commented on ORC-261:
------------------------------------
Github user jcrist commented on the issue:
https://github.com/apache/orc/pull/185
Note that this is the first time I've touched C++ code outside undergrad,
so there's a decent chance I've done something wrong here. Everything seems to
pass locally for me though.
> 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)