You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Valery Vybornov (Jira)" <ji...@apache.org> on 2020/02/25 18:13:00 UTC

[jira] [Created] (ARROW-7940) Unable to generate cmake build with settings other than default

Valery Vybornov created ARROW-7940:
--------------------------------------

             Summary: Unable to generate cmake build with settings other than default
                 Key: ARROW-7940
                 URL: https://issues.apache.org/jira/browse/ARROW-7940
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.16.0
         Environment: Windows 10
Visual Studio 2019 Build Tools 16.4.5
            Reporter: Valery Vybornov
         Attachments: log.txt

Steps to reproduce:
 # Install conda-forge as described here: [https://arrow.apache.org/docs/developers/cpp/windows.html#using-conda-forge-for-build-dependencies]
 # Install ninja+clcache [https://arrow.apache.org/docs/developers/cpp/windows.html#building-with-ninja-and-clcache]
 # (git bash) git clone [https://github.com/apache/arrow.git]
cd arrow/
git checkout apache-arrow-0.16.0
 # (cmd)
call C:\Users\vvv\Miniconda3\Scripts\activate.bat C:\Users\vvv\Miniconda3
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64
call conda activate arrow-dev
 # cd arrow\cpp
mkdir build
cd build
 # cmake -G "Ninja" -DARROW_BUILD_EXAMPLES=ON -DARROW_BUILD_UTILITIES=ON -DARROW_FLIGHT=ON -DARROW_GANDIVA=ON -DARROW_PARQUET=ON ..
 # cmake --build . --config Release

Expected results: Examples, utilities, flight, gandiva, parquet built.

Actual results: Default configuration and none of the above built. cmake_summary.json indicates all these features OFF. Following lines in the output of cmake:
{code:java}
-- Configuring done
You have changed variables that require your cache to be deleted.
Configure will be re-run and you may have to reset some variables.
The following variables have changed:
CMAKE_CXX_COMPILER= C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe
-- Building using CMake version: 3.16.4 {code}
Full cmake output attached



--
This message was sent by Atlassian Jira
(v8.3.4#803005)