 |
September 17, 2014, 04:44:24 PM |
|
how to solve this issue live debian 7.2
g++ -DHAVE_CONFIG_H -I. -I.. -O3 -march=native -mtune=native -MT m7hash.o -MD -MP -MF .deps/m7hash.Tpo -c -o m7hash.o m7hash.cpp In file included fromusr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:42:0, fromusr/include/c++/4.7/bits/localefwd.h:42, fromusr/include/c++/4.7/string:45, from uint256.h:12, from m7hash.cpp:5: /usr/include/c++/4.7/clocale:44:20: error:usr/include/locale.h: Input/output error /usr/include/c++/4.7/clocale:55:11: error: â::lconvâ has not been declared /usr/include/c++/4.7/clocale:56:11: error: â::setlocaleâ has not been declared /usr/include/c++/4.7/clocale:57:11: error: â::localeconvâ has not been declared In file included fromusr/include/c++/4.7/bits/localefwd.h:42:0, fromusr/include/c++/4.7/string:45, from uint256.h:12, from m7hash.cpp:5: /usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:53:23: error: âuselocaleâ was not declared in this scope /usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:53:45: error: invalid type in declaration before â;â token /usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h: In function âint std::__convert_from_v(__locale_struct* const&, char*, int, const char*, ...)â: /usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:76:53: error: â__gnu_cxx::__uselocaleâ cannot be used as a function /usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:101:33: error: â__gnu_cxx::__uselocaleâ cannot be used as a function make[2]: *** [m7hash.o] Error 1
|