Actions
Bug #3303
closederror: 'to_string' is not a member of 'std' when cross-compiling ndn-cxx for OpenWRT
Start date:
10/29/2015
Due date:
% Done:
0%
Estimated time:
Description
Originally reported by Lohith L when trying to compile the current release of ndn-cxx (0.3.4) to run on OpenWRT.
When using the uClib C library, ndn-cxx fails to compile with the error shown in the screen shot attached.
Files
Updated by Alex Afanasyev about 9 years ago
Hmm. I though we have already fixed this...
Updated by Mathias Gibbens about 9 years ago
That was in NFD. At the time ndn-cxx apparently wasn't using std::to_string() anywhere in its code, but now it is.
Updated by Junxiao Shi about 9 years ago
- Related to Bug #2743: error: 'to_string' is not a member of 'std' when cross-compiling NFD for OpenWRT added
Updated by Junxiao Shi about 9 years ago
- Status changed from New to Rejected
This is already fixed in ndn-cxx:commit:969735449002505e79ae12a0646c698719f4509b after 0.3.4.
I confirm there's no std::to_string
usage except in backports.hpp under a conditional macro.
Updated by Mathias Gibbens about 9 years ago
Excellent! We can close this bug, and I'll update the relevant wiki page.
Actions