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

[jira] [Created] (ARROW-5999) [C++] Required header files missing when built with -DARROW_DATASET=OFF

Steven Fackler created ARROW-5999:
-------------------------------------

             Summary: [C++] Required header files missing when built with -DARROW_DATASET=OFF
                 Key: ARROW-5999
                 URL: https://issues.apache.org/jira/browse/ARROW-5999
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.14.0
            Reporter: Steven Fackler


 
{noformat}
In file included from /opt/arrow/include/arrow/type_fwd.h:23:0,
                 from /opt/arrow/include/arrow/type.h:29,
                 from /opt/arrow/include/arrow/array.h:32,
                 from /opt/arrow/include/arrow/api.h:23,
                 from src/bindings.cc:1:
/opt/arrow/include/arrow/util/iterator.h:20:10: fatal error: arrow/dataset/visibility.h: No such file or directory
 #include "arrow/dataset/visibility.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~{noformat}
 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)