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
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 22 (14 by maintainers)
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
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
?