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
Having this error when trying to build under Linux with android studio cross compiler:
posix-mock-test.cc:511:8: error: redefinition of 'strtod_l' double strtod_l(const char* nptr, char** endptr, ^ /Android/Sdk/ndk/21.4.7075529/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/android/legacy_stdlib_inlines.h:95:24: note: previous definition is here static __inline double strtod_l(const char* __s, char** __end_ptr, locale_t __l) {
The text was updated successfully, but these errors were encountered:
Should be fixed in 729a44e. Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
Having this error when trying to build under Linux with android studio cross compiler:
The text was updated successfully, but these errors were encountered: