search for: _islower

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

Did you mean: islower
2015 May 07
2
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...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; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:51:32: error: ?_ISalpha? was not declared in this scope static const mask alpha = _ISalpha;...
2015 May 07
0
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...8: > /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; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:51:32: error: > ?_ISalpha? was not declared in this scope > static const mask alpha = _ISalpha; >...
2008 Dec 31
1
wineg++ problem with the standard library
...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 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:54: error: _ISdigit 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
...file (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 << (3)) << 8) : ((1 << (3)) >> 8)), _ISxdigit = ((4) < 8 ? ((1 <&...
2010 May 20
3
Install eventmachine on Debian Lenny
...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_base.h:56: error: ‘_ISdigit’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_...