Hi @all.
I have a problem whith my try to compile the new wallet for my MN here the error msg:
key.cpp:711:70: error: 'class {anonymous}::CSecp256k1Init' has no member named 'ctx'
key.cpp: In member function 'bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const':
key.cpp:730:69: error: 'class {anonymous}::CSecp256k1Init' has no member named 'ctx'
make: *** [obj/key.o] Error 1
Has someone a idea to solve. ..
Is the same environment which i has comipled the old sozrce....
Thanks.
secp256k1 Error
And how can i solve this?
Is there any howto?
What OS and environment are you using?
Are trying to compile craved or the qt wallet?
Try to compile on a umix one time on a precise32 linux box other time on Ubuntu 12x
On every environment the same error...
I dont understand these because i've compiled the first source on these systems....
I am able to replicate this problem on Ubuntu 64-bit by using a different secp256k1 version.
When I compile a different coin that uses secp256k1, I sometimes need the change the lib and include files. Try this version I cloned from a June 13 commit:
https://github.com/CryptoDJ/secp256k1/releases/tag/v2015.06.13