search for: _isupper

Displaying 6 results from an estimated 6 matches for "_isupper".

Did you mean: isupper
2015 May 07
2
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 const mask lower = _ISlower;...
2015 May 07
0
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...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; &gt...
2008 Dec 31
1
wineg++ problem with the standard library
...86_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: _ISalpha was not decla...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
..._stream); extern char *ctermid (char *__s) __attribute__ ((__nothrow__)); extern void flockfile (FILE *__stream) __attribute__ ((__nothrow__)); extern int ftrylockfile (FILE *__stream) __attribute__ ((__nothrow__)) ; extern void funlockfile (FILE *__stream) __attribute__ ((__nothrow__)); enum { _ISupper = ((0) < 8 ? ((1 << (0)) << 8) : ((1 << (0)) >> 8)), _ISlower = ((1) < 8 ? ((1 << (1)) << 8) : ((1 << (1)) >> 8)), _ISalpha = ((2) < 8 ? ((1 << (2)) << 8) : ((1 << (2)) >> 8)), _ISdigit = ((3) < 8 ? ((1 <&l...
2010 May 20
3
Install eventmachine on Debian Lenny
...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_64-linux-gnu/bits/ctype_...