We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to test #5 with the new commits, I am now getting the following:
Dispatcher.cpp: In function ‘cl_ulong4 fromHex(const string&)’: Dispatcher.cpp:16:32: error: ‘htonl’ was not declared in this scope #define htonll(x) ((((uint64_t)htonl(x)) << 32) | htonl((x) >> 32)) ^ Dispatcher.cpp:47:4: note: in expansion of macro ‘htonll’ htonll(*(uint64_t *)(data + 24)), ^~~~~~ Dispatcher.cpp:16:32: note: suggested alternative: ‘htonll’ #define htonll(x) ((((uint64_t)htonl(x)) << 32) | htonl((x) >> 32)) ^ Dispatcher.cpp:47:4: note: in expansion of macro ‘htonll’ htonll(*(uint64_t *)(data + 24)), ^~~~~~
The text was updated successfully, but these errors were encountered:
@DefiDebauchery thx, now should be fixed
Sorry, something went wrong.
No branches or pull requests
When attempting to test #5 with the new commits, I am now getting the following:
The text was updated successfully, but these errors were encountered: