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

fix c++ witness code producer on macos with clang 14.0.0 #135

Merged
merged 1 commit into from Jun 27, 2023

Conversation

gr8den
Copy link
Contributor

@gr8den gr8den commented Dec 25, 2022

There was error while doing make command in generated cpp directory. Error example:

g++ -c fr.cpp -std=c++11 -O3 -I.
In file included from fr.cpp:1:
./fr.hpp:71:50: error: unknown type name 'uint'; did you mean 'int'?
void Fr_str2element(PFrElement pE, char const*s, uint base);
                                                 ^~~~
                                                 int
fr.cpp:56:51: error: unknown type name 'uint'; did you mean 'int'?
void Fr_str2element(PFrElement pE, char const *s, uint base) {
                                                  ^~~~
                                                  int

@nalinbhardwaj
Copy link
Contributor

@clararod9 @miguelis @alrubio any reason not to merge this? this breaks on all latest macOS for all users and is a simple fix.

@miguelis miguelis merged commit 92bd35e into iden3:master Jun 27, 2023
@miguelis
Copy link
Collaborator

Accepted! Thanks for your help!

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

Successfully merging this pull request may close these issues.

None yet

3 participants