[
https://issues.apache.org/jira/browse/ARROW-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662170#comment-17662170
]
Rok Mihevc commented on ARROW-5147:
-----------------------------------
This issue has been migrated to [issue
#21628|https://github.com/apache/arrow/issues/21628] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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
> Fix For: 0.14.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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
(v8.20.10#820010)