The new code doesnt compile. any ideas?
One other person has reported this problem. Because the whole core team is at a community meeting in Amsterdam, we haven't had a chance to find out why our build environment compiles it fine but you guys have seen this error:
test/prevector_tests.cpp:12:31: fatal error: test/test_bitcoin.h: No such file or directory
However, while we haven't had time to diagnose the exact problem, you will find that this config option will do enough to bypass the issue to compile successfuly.
./configure --disable-tests
I'll make sure that we add this bug to the list to be squashed.