< 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)'
< 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&)'
<@sipa> ossifrage: try amake clean?