Hi.
After the release of the new source i was able to compile rhe new wallet.
But now if i try to run these in the update folder i get this:
vagrant@precise32:~/update/crave/src$ ./craved
./craved: symbol lookup error: ./craved: undefined symbol: secp256k1_start
Any idea?
You need a different secp256k1 version. See these instructions:
git clone http://www.github.com/bitcoin/secp256k1
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
make install