Which error do you get?
Thanks for helping:
src/key.cpp: In Elementfunktion »bool CKey::SignCompact(const uint256&, std::vector
src/key.cpp:552:17: Warnung: Variable »ret« wird nicht verwendet [-Wunused-variable]
if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
^
src/key.cpp: In Elementfunktion »bool CPubKey::VerifyCompact(const uint256&, const std::vector
src/key.cpp:632:10: Warnung: Variable »fComp« wird nicht verwendet [-Wunused-variable]
bool fComp = IsCompressed();
^
src/key.cpp: In Elementfunktion »bool CPubKey::Decompress()«:
src/key.cpp:669:104: Fehler: »int*« kann nicht nach »unsigned char*« für Argument »3« nach »int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)« umgewandelt werden
int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
^
make: *** [build/key.o] Fehler 1
.