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

MacOS Build Error #2

Open
DavidVeksler opened this issue Jan 27, 2021 · 0 comments
Open

MacOS Build Error #2

DavidVeksler opened this issue Jan 27, 2021 · 0 comments

Comments

@DavidVeksler
Copy link

This is on a 2020 M1 Mac with macos 11.1:

`-- Configuring done
-- Generating done
-- Build files have been written to: /Users/davidv/Projects/brute_force_bip38/third_party/libwally-core
Building brute_force_bip38...
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

CMake Deprecation Warning at third_party/libwally-core/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- Configuring done
-- Generating done
-- Build files have been written to: /Users/davidv/Projects/brute_force_bip38/build
[ 5%] Building C object third_party/libwally-core/CMakeFiles/secp256k1.dir/src/secp256k1/src/secp256k1.c.o
In file included from /Users/davidv/Projects/brute_force_bip38/third_party/libwally-core/src/secp256k1/src/secp256k1.c:9:
/Users/davidv/Projects/brute_force_bip38/third_party/libwally-core/src/secp256k1/src/util.h:11:10: fatal error: 'libsecp256k1-config.h' file not
found
#include "libsecp256k1-config.h"
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [third_party/libwally-core/CMakeFiles/secp256k1.dir/src/secp256k1/src/secp256k1.c.o] Error 1
make[1]: *** [third_party/libwally-core/CMakeFiles/secp256k1.dir/all] Error 2
make: *** [all] Error 2
Done.`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant