bitcoin: Not able to build and compile on macos

Hey there , I’m facing these issues. I ran these commands

./autogen.sh ./configure --disable-bench --disable-fuzz-binary --enable-debug --without-gui --enable-suppress-external-warnings make

Screenshot 2023-12-15 at 1 02 35 AM Screenshot 2023-12-15 at 1 02 48 AM Screenshot 2023-12-15 at 1 03 56 AM Screenshot 2023-12-15 at 1 04 04 AM

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Comments: 22 (14 by maintainers)

Most upvoted comments

MacOS 13.0 Arm64 architechture . I tried installing BDB using homebrew while following the docs -> https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md

Can you try to re-install it, and check that it installs it for arm64? Otherwise, if you don’t need it, you can disable it by passing --without-bdb to ./configure.

I don’t think I need it currently. Do I need to add anything else in this line ./configure --disable-bench --disable-fuzz-binary --enable-debug --without-gui --enable-suppress-external-warnings apart from --without-bdb

What is the ./configure script summary?

I don’t exactly understand it but this is what i got after running the ./configure command. https://gist.github.com/sarthak13gupta/6ab7cf9b402a3695b20da574a5957804

Did you run make clean?