-
Notifications
You must be signed in to change notification settings - Fork 2.7k
0.10.2 fails to build on armhf and armel #290
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
Ok. Which commit? We tried something recently which might help, and I don't think we merged it. Can you cherry-pick from this PR? I was reluctant to merge it because I was afraid of breaking Debian. But maybe this will actually fix Debian. |
I'll try to put that on a branch... |
Ok. Try the |
On a ARM board I then get the following error for the private-null branch:
|
In include/json/value.h:164
So 0.10.2 on armel, Value::null doesn't exist. On the other hand, the test program uses Value::null unconditionally:
That is why the build is failed. |
Tonight, I'll remove the use of 'null' from the tests for ARMEL. |
Looks good. Thank you for your help. |
Good. I'll add a signature. |
(cherry picked from commit 2760c79)
Sorry false alarm. |
Hi!
On armhf and armel archs, the debian build is failing due to missing
Json::Value::null
. Can you help me fix this?See here:
https://buildd.debian.org/status/fetch.php?pkg=libjsoncpp&arch=armel&ver=0.10.2-2&stamp=1433871006
https://buildd.debian.org/status/fetch.php?pkg=libjsoncpp&arch=armhf&ver=0.10.2-2&stamp=1433871004
Thank you and Greetings.
The text was updated successfully, but these errors were encountered: