[
https://issues.apache.org/jira/browse/ARROW-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895325#comment-16895325
]
Hatem Helal commented on ARROW-6061:
------------------------------------
I believe we used to get away with not having rapidjson available in our arrow
build since we set {{ARROW_IPC}} to {{OFF. }}I'm not sure when this was
introduced but I ran into this while integrating 0.14.1 into our build system.
I think a simple fix is to only build the {{arrow/json}} sources when
{{ARROW_WITH_RAPIDJSON}} is true.
> [C++] Cannot build libarrow without rapidjson
> ---------------------------------------------
>
> Key: ARROW-6061
> URL: https://issues.apache.org/jira/browse/ARROW-6061
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Hatem Helal
> Assignee: Hatem Helal
> Priority: Minor
>
>
> {code:java}
> arrow/cpp/src/arrow/json/chunker.cc:25:30:fatal error: rapidjson/reader.h:
> No such file or directory
> #include "rapidjson/reader.h"
> compilation terminated.{code}
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)