Bug #3303
closed
error: 'to_string' is not a member of 'std' when cross-compiling ndn-cxx for OpenWRT
Added by Mathias Gibbens about 9 years ago.
Updated about 9 years ago.
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
Hmm. I though we have already fixed this...
That was in NFD. At the time ndn-cxx apparently wasn't using std::to_string() anywhere in its code, but now it is.
- Related to Bug #2743: error: 'to_string' is not a member of 'std' when cross-compiling NFD for OpenWRT added
- Description updated (diff)
- 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.
Excellent! We can close this bug, and I'll update the relevant wiki page.
Also available in: Atom
PDF