-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Compilation error on android arm64-v8a #913
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
Comments
Hi @ddovod I've found some issues are much the same with your question here, and probably they may be able to resolve your concerns. |
Is
|
Hi. Probably it's fixed already because in our copy of jsoncpp
but in master it is
I'll check that, thanks! |
Ahh, cool. It's nice when updates fix things :). Closing now, feel free to reopen/comment/message if it comes up again. |
Hi.
If you try to
you'll get a compiler error
error: conversion from 'int64_t' (aka 'long') to 'Json::Value' is ambiguous
.On iOS it compiles fine both for armv7 and arm64, but on android arm64-v8a
long
andlong long
are different enough to trigger compiler error, however both are 8 bytes.The text was updated successfully, but these errors were encountered: