You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/09 14:55:00 UTC

[jira] [Updated] (ARROW-5147) [C++] get an error in building: Could NOT find DoubleConversion

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

ASF GitHub Bot updated ARROW-5147:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] get an error in building: Could NOT find DoubleConversion 
> ----------------------------------------------------------------
>
>                 Key: ARROW-5147
>                 URL: https://issues.apache.org/jira/browse/ARROW-5147
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.13.0
>         Environment: macOS Mojave Version 10.14
>            Reporter: Masamiki
>            Assignee: Masamiki
>            Priority: Major
>              Labels: pull-request-available
>
> I started to setup my pc for developing.
> I succeed installing somethings with following commands
> {{git clone https://github.com/apache/arrow.git}}
> {{cd arrow}}
> {{brew update && brew bundle --file=c_glib/Brewfile}}
>  
> But, when I build cpp, an error interrupt  my building.
> If I execute the command ` cmake -DARROW_BUILD_TESTS=ON  ..` in the directory which I made and named 'release' on 'cpp' directory, I get this message
> {{CMake Warning at cmake_modules/ThirdpartyToolchain.cmake:505 (find_package):}}
> {{ By not providing "Finddouble-conversion.cmake" in CMAKE_MODULE_PATH this}}
> {{ project has asked CMake to find a package configuration file provided by}}
> {{ "double-conversion", but CMake did not find one.}}{{Could not find a package configuration file provided by "double-conversion"}}
> {{ with any of the following names:}}{{double-conversionConfig.cmake}}
> {{ double-conversion-config.cmake}}{{Add the installation prefix of "double-conversion" to CMAKE_PREFIX_PATH or}}
> {{ set "double-conversion_DIR" to a directory containing one of the above}}
> {{ files. If "double-conversion" provides a separate development package or}}
> {{ SDK, be sure it has been installed.}}
> {{Call Stack (most recent call first):}}
> {{ CMakeLists.txt:544 (include)}}
> {{CMake Error at /usr/local/Cellar/cmake/3.14.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):}}
> {{ Could NOT find DoubleConversion (missing: DoubleConversion_LIB}}
> {{ DoubleConversion_INCLUDE_DIR)}}
> {{Call Stack (most recent call first):}}
> {{ /usr/local/Cellar/cmake/3.14.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)}}
> {{ cmake_modules/FindDoubleConversion.cmake:36 (find_package_handle_standard_args)}}
> {{ cmake_modules/ThirdpartyToolchain.cmake:507 (find_package)}}
> {{ CMakeLists.txt:544 (include)}}



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