search for: __locale_struct

Displaying 4 results from an estimated 4 matches for "__locale_struct".

2003 Dec 19
0
[LLVMdev] how to solve this conflict
Dear yueqiang, After some investigations, Chris and I think we know why these warnings are occuring. In RedHat Linux 8, the size of struct __locale_struct changed in /usr/include/xlocale.h. Our LLVM GCC system (including libstdc++.a) was compiled on a RedHat 7.3 system. Many of the type conflicts that you are seeing occur because the C++ library thinks that some of the types based upon struct __locale_struct are different than what your C++ be...
2013 Nov 03
1
Failed to install kernlab package
...2/../../../../include/c++/4.7.2/x86_64-unknown-linux-gnu/bits/c++locale.h:53:45: error: invalid type in declaration before ?;? token /n/sw/gcc-4.7.2/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../include/c++/4.7.2/x86_64-unknown-linux-gnu/bits/c++locale.h: In function ?int std::__convert_from_v(__locale_struct* const&, char*, int, const char*, ...)?: /n/sw/gcc-4.7.2/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../include/c++/4.7.2/x86_64-unknown-linux-gnu/bits/c++locale.h:76:53: error: ?__gnu_cxx::__uselocale? cannot be used as a function /n/sw/gcc-4.7.2/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../....
2008 Dec 31
1
wineg++ problem with the standard library
...lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/c++locale.h:55: error: invalid type in declaration before ; token /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/c++locale.h: In function int std::__convert_from_v(char*, int, const char*, _Tv, __locale_struct* const&, int): /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/c++locale.h:75: error: __gnu_cxx::__uselocale cannot be used as a function /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/c++locale.h:86: error: snprintf is not a member...
2010 May 20
3
Install eventmachine on Debian Lenny
...+/4.3/x86_64-linux-gnu/bits/c++locale.h:57: error: ‘uselocale’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/c++locale.h:57: error: invalid type in declaration before ‘;’ token /usr/include/c++/4.3/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.3/x86_64-linux-gnu/bits/c++locale.h:77: error: ‘__gnu_cxx::__uselocale’ cannot be used as a function /usr/include/c++/4.3/x86_64-linux-gnu/bits/c++locale.h:102: error: ‘__gnu_cxx::__uselocale’ cannot be used as a function In file inclu...