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

[jira] [Resolved] (ARROW-2053) [C++] Build instruction is incomplete

     [ https://issues.apache.org/jira/browse/ARROW-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-2053.
---------------------------------
       Resolution: Fixed
         Assignee: Yosuke Shiro
    Fix Version/s: 0.9.0

This was resolved

> [C++] Build instruction is incomplete
> -------------------------------------
>
>                 Key: ARROW-2053
>                 URL: https://issues.apache.org/jira/browse/ARROW-2053
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Yosuke Shiro
>            Assignee: Yosuke Shiro
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> I read [https://github.com/apache/arrow/tree/master/cpp]
> I did the following instruction
> {quote}git clone [https://github.com/apache/arrow.git]
> cd arrow/cpp
> mkdir release
> cd release
> cmake .. -DCMAKE_BUILD_TYPE=Release
> {{make unittest}}
> {quote}
> {{and I read [https://github.com/apache/arrow/tree/master/c_glib]}}
> {{I did the following c_glib instruction}}
> {quote}{{cd c_glib}}
> {{brew install -y gobject-introspection}}
> {{./configure PKG_CONFIG_PATH=$(brew --prefix libffi)/lib/pkgconfig:$PKG_CONFIG_PATH}}
> {quote}
>  
> {{I got the following result}}
> {quote}checking for arrow arrow-compute... no
>  configure: error: Package requirements (arrow arrow-compute) were not met:
>  No package 'arrow' found
>  No package 'arrow-compute' found
>  Consider adjusting the PKG_CONFIG_PATH environment variable if you
>  installed software in a non-standard prefix.
>  Alternatively, you may set the environment variables ARROW_CFLAGS
>  and ARROW_LIBS to avoid the need to call pkg-config.
>  See the pkg-config man page for more details.
> {quote}
>  
>  I need the following information to succeed
>  *  sudo make install



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)