search for: ctype_base

Displaying 5 results from an estimated 5 matches for "ctype_base".

2015 May 07
2
Problems installing packages with R 3.2.0 on Linux Mint 17.1
.../bits/basic_ios.h:37, from /usr/include/c++/4.8/ios:44, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from csem.h:39, from csem.cpp:38: /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:49:35: error: ?_ISupper? was not declared in this scope static const mask upper = _ISupper; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:50:32: error: ?_ISlower? was not declared in this scope static const mask lower = _ISlower;...
2015 May 07
0
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...from /usr/include/c++/4.8/ios:44, > from /usr/include/c++/4.8/ostream:38, > from /usr/include/c++/4.8/iostream:39, > from csem.h:39, > from csem.cpp:38: > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:49:35: error: > ?_ISupper? was not declared in this scope > static const mask upper = _ISupper; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:50:32: error: > ?_ISlower? was not declared in this scope > static co...
2008 Dec 31
1
wineg++ problem with the standard library
...declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwctype:105: error: ::wctrans has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwctype:106: error: ::wctype has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/ctype_base.h:51: error: _ISupper was not declared in this scope /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/ctype_base.h:52: error: _ISlower was not declared in this scope /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/ctype_base.h:53: error:...
2010 May 20
3
Install eventmachine on Debian Lenny
...3/bits/basic_ios.h:44, from /usr/include/c++/4.3/ios:50, from /usr/include/c++/4.3/ostream:45, from /usr/include/c++/4.3/iostream:45, from project.h:29, from files.cpp:20: /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:53: error: ‘_ISupper’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:54: error: ‘_ISlower’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:55: error: ‘_ISalpha’ was not declared in this scope /usr/include/c++/4.3/x86_6...
2011 Dec 16
0
Wine release 1.3.35
...msvcp90: Removed __ASM_EXCEPTION_VTABLE macro. msvcp90: Fixed basic_streambuf<char> vtable. msvcp90: Added collate<char> class stub. msvcp90: Added collate<wchar_t> class stub. msvcp90: Added collate<unsigned short> class stub. msvcp90: Added ctype_base class implementation. msvcp90: Added ctype<char> class stub. msvcp90: Added ctype<wchar_t> class stub. msvcp90: Added ctype<unsigned short> class stub. Rico Sch?ller (5): d3dx9: Implement D3DXSHAdd(). d3dx9: Implement ID3DXBaseEffect::GetVector()....