-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
cannot compile 0.10.7 with uClibc++ #1158
Comments
Real error:
I tried to work around it by using normal iterators but that didn't work. |
For reference (fudging the line number a bit): src/lib_json/json_value.cpp:937 jsoncpp/src/lib_json/json_value.cpp Line 1059 in 90ca694
and src/lib_json/json_value.cpp:1010 jsoncpp/src/lib_json/json_value.cpp Line 1085 in 90ca694
|
It should be the standard library's job to define the I don't see how the "real error" cited would contribute to a link error like this. As far as I can tell, I don't think those return statements are returning local memory. |
The way I got that link error was by changing two const_iterator to iterator. Otherwise I get those two return errors. The version is the release version. Version 1.9.2 does not even compile. |
Describe the bug
This was after several changes with defines to get it to build. Also backported b082693
Maybe something else is needed...
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: