1 2018-04-01 01:46:51	0|ossifrage|Is it normal for the head to fail to compile? Failing: bitcoin.git/src/wallet/wallet.cpp:2478: undefined reference to `SelectCoinsBnB(std::vector<CInputCoin, std::allocator<CInputCoin> >&, long const&, long const&, std::set<CInputCoin, std::less<CInputCoin>, std::allocator<CInputCoin> >&, long&, long)'
2 2018-04-01 01:47:10	0|ossifrage|bitcoin.git/src/wallet/wallet.cpp:2490: undefined reference to `KnapsackSolver(long const&, std::vector<CInputCoin, std::allocator<CInputCoin> >&, std::set<CInputCoin, std::less<CInputCoin>, std::allocator<CInputCoin> >&, long&)'
3 2018-04-01 02:26:01	0|sipa|ossifrage: try amake clean?