yes, I mean build it. I installed libsecp256k1-dev on my debian successfully, but when make, get this error
```
nostril.c:202:9: error: too few arguments to function ‘secp256k1_schnorrsig_sign’
202 | return secp256k1_schnorrsig_sign(ctx, sig, id, &key->pair, aux);