[
https://issues.apache.org/jira/browse/ARROW-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895607#comment-16895607
]
Sutou Kouhei commented on ARROW-6061:
-------------------------------------
It's strange. Because we use bundled RapidJSON when we can't find system
RapidJSON. If we specify {{-DRappidJSON_SOURCE=SYSTEM}} and there is no system
RapidJSON, {{cmake}} must reports error. So we can't build Arrow.
> [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
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
>
> {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)