Project

General

Profile

Actions

Bug #3303

closed

error: 'to_string' is not a member of 'std' when cross-compiling ndn-cxx for OpenWRT

Added by Mathias Gibbens over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Build
Target version:
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

image.png (109 KB) image.png Mathias Gibbens, 10/29/2015 11:09 AM

Related issues 1 (0 open1 closed)

Related to NFD - Bug #2743: error: 'to_string' is not a member of 'std' when cross-compiling NFD for OpenWRTClosedAlex Afanasyev04/10/2015

Actions
Actions #1

Updated by Alex Afanasyev over 8 years ago

Hmm. I though we have already fixed this...

Actions #2

Updated by Mathias Gibbens over 8 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.

Actions #3

Updated by Junxiao Shi over 8 years ago

  • Related to Bug #2743: error: 'to_string' is not a member of 'std' when cross-compiling NFD for OpenWRT added
Actions #4

Updated by Junxiao Shi over 8 years ago

  • Description updated (diff)
Actions #5

Updated by Junxiao Shi over 8 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.

Actions #6

Updated by Mathias Gibbens over 8 years ago

Excellent! We can close this bug, and I'll update the relevant wiki page.

Actions

Also available in: Atom PDF