[
https://issues.apache.org/jira/browse/ARROW-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662258#comment-17662258
]
Rok Mihevc commented on ARROW-5235:
-----------------------------------
This issue has been migrated to [issue
#21708|https://github.com/apache/arrow/issues/21708] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [C++] RAPIDJSON_INCLUDE_DIR not set (Windows + Anaconda)
> --------------------------------------------------------
>
> Key: ARROW-5235
> URL: https://issues.apache.org/jira/browse/ARROW-5235
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Packaging
> Reporter: Antoine Pitrou
> Priority: Major
> Labels: Windows
>
> I'm trying to build Arrow in debug mode on Windows with some dependencies
> installed via conda. Unfortunately I ultimately get the following error:
> {code}
> [...]
> -- RapidJSON found. Headers: C:/Miniconda3/envs/arrow/Library/include
> [...]
> -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR)
> CMake Error: The following variables are used in this project, but they are
> set
> to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake
> file
> s:
> RAPIDJSON_INCLUDE_DIR
> used as include directory in directory C:/t/arrow/cpp
> [ etc. ]
> {code}
> RapidJSON 1.1.0 is installed from Anaconda.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)