-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of undeclared identifier 'uint' #861
Comments
Hi, I have the same problem on my side and I haven't found a solution yet. Best regards |
#include <sys/types.h>
|
I can just change to |
We discuss it there and have a solution but it seems to be failed for some reasons. |
Cocopods Unable to find version 3.2.2 |
What context is your feature request related to?
When compiling with Xcode 16, secp256k1.c prompts
Use of undeclared identifier 'uint'
.What solution would you like?
When compiling with Xcode 16, secp256k1.c prompts
Use of undeclared identifier 'uint'
.Any additional context?
No response
The text was updated successfully, but these errors were encountered: