Re: C++ Compilation Broken on *-rtems*

2008-08-11 Thread Paolo Carlini
Hi, c++locale.cc: In function 'void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, int* const&) [with _Tv = long double]': c++locale.cc:167: error: 'sscanf' was not declared in this scope Sorry, should be fixed in 138966. Paolo. 2008-08-11 Paolo Carlini <[EMAIL PROT

C++ Compilation Broken on *-rtems*

2008-08-11 Thread Joel Sherrill
Hi, I am not sure why this broke but it is very generic. c++locale.cc: In function 'void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, int* const&) [with _Tv = long double]': c++locale.cc:167: error: 'sscanf' was not declared in this scope I have hacked around this locally by inc