You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/02/17 02:22:00 UTC

[jira] [Created] (ARROW-15709) [C++] Compilation of ARROW_ENGINE fails if doing an "inline" build

Weston Pace created ARROW-15709:
-----------------------------------

             Summary: [C++] Compilation of ARROW_ENGINE fails if doing an "inline" build
                 Key: ARROW-15709
                 URL: https://issues.apache.org/jira/browse/ARROW-15709
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Weston Pace


Typically with cmake we create a dedicated build directory.

{noformat}
cd cpp
mkdir build
cd build
cmake .. -DARROW_ENGINE=ON
{noformat}

However, it is possible to do an "inline" build:

{noformat}
cd cpp
cmake . -DARROW_ENGINE=ON
{noformat}

In the latter case we end up with a compilation error because when we clone the substrait repo we clobber our substrait source files.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)