Antoine Pitrou created ARROW-5235: ------------------------------------- Summary: [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++ Reporter: Antoine Pitrou
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 (v7.6.3#76005)