Skip to content

Build error with wallet disabled #1075

@luke-mckay

Description

@luke-mckay

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions