Bitcoin-LE / bitcoinle-core

MIT License
9 stars 4 forks source link

build with --wallet-disabled fails #5

Open greerso opened 6 years ago

greerso commented 6 years ago

On Ubuntu 18.04

./configure --disable-wallet results in /usr/include/c++/7/bits/stl_vector.h:671: undefined reference tovpwallets'

Yes

If so, please list the steps to reproduce below:

  1. git pull https://github.com/Bitcoin-LE/bitcoinle-core.git
  2. ./configure --with-incompatible-bdb --with-gui=no --disable-wallet
  3. make

Expected behaviour

build without errors

Actual behaviour

/usr/include/c++/7/bits/stl_vector.h:671: undefined reference tovpwallets'

What version of bitcoin-core are you using?

latest, happened on last two versions too.

Machine specs: