You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Hatem Helal (JIRA)" <ji...@apache.org> on 2019/07/29 15:15:00 UTC

[jira] [Comment Edited] (ARROW-6061) [C++] Cannot build libarrow without rapidjson

    [ https://issues.apache.org/jira/browse/ARROW-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895325#comment-16895325 ] 

Hatem Helal edited comment on ARROW-6061 at 7/29/19 3:14 PM:
-------------------------------------------------------------

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. 


was (Author: hatem):
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
>              Labels: pull-request-available
>          Time Spent: 10m
>  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)