Skip to content
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

Open
justXyS opened this issue Jul 30, 2024 · 4 comments
Open

Use of undeclared identifier 'uint' #861

justXyS opened this issue Jul 30, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@justXyS
Copy link

justXyS commented Jul 30, 2024

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

@justXyS justXyS added the enhancement New feature or request label Jul 30, 2024
@vincentvalembois
Copy link

Hi,

I have the same problem on my side and I haven't found a solution yet.

Best regards

@Jonas1024
Copy link

#include <sys/types.h>

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

@ngn999
Copy link

ngn999 commented Sep 17, 2024

I can just change to unsigned int in development, but how to do in CI/CD environment?
Should we migrate to specp256k1.swift?

@TheHmmka
Copy link

We discuss it there and have a solution but it seems to be failed for some reasons.

#869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants