forked from bitcoin/bitcoin
- Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Description
I had a problem with this build configuration earlier and thought I had it fixed. When disabling the wallet in the configure using --disable-wallet the build fails. The difference for me this time was that the bdb library was not present on the system at all, so the headers for it were not available to be accessed during the build.
Expected behavior
Expected the program to be built without the wallet.
Actual behavior
Build fails. There are references to the library bdb headers in bdb.h, which many of the other files reference as well.
To reproduce
use the following option when configuring the build
./configure --disable-wallet
System information
I discovered this on a MacBook but reproduced in Linux when the bdb library is completely removed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels