Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] get an error in building: Could NOT find DoubleConversion #21628

Closed
asfimport opened this issue Apr 9, 2019 · 1 comment
Closed

[C++] get an error in building: Could NOT find DoubleConversion #21628

asfimport opened this issue Apr 9, 2019 · 1 comment

Comments

@asfimport
Copy link

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)

Environment: macOS Mojave Version 10.14
Reporter: Masamiki / @MASAMIKI
Assignee: Masamiki / @MASAMIKI

PRs and other links:

Note: This issue was originally created as ARROW-5147. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
Issue resolved by pull request 4132
#4132

@asfimport asfimport added this to the 0.14.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant