search for: _iscntrl

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

Did you mean: iscntrl
2015 May 07
2
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...clude/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:56:54: error: ?_ISpunct? was not declared in this scope static const mask graph = _ISalpha | _ISdigit | _ISpunct; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:57:32: error: ?_IScntrl? was not declared in this scope static const mask cntrl = _IScntrl; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:58:32: error: ?_ISpunct? was not declared in this scope static const mask punct = _ISpunct;...
2015 May 07
0
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...c++/4.8/bits/ctype_base.h:56:54: error: > ?_ISpunct? was not declared in this scope > static const mask graph = _ISalpha | _ISdigit | _ISpunct; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:57:32: error: > ?_IScntrl? was not declared in this scope > static const mask cntrl = _IScntrl; > ^ > /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:58:32: error: > ?_ISpunct? was not declared in this scope > static const mask punct = _ISpunct; >...
2008 Dec 31
1
wineg++ problem with the standard library
....h:58: error: _ISdigit 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:58: error: _ISpunct 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:59: error: _IScntrl 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:60: error: _ISpunct 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:61: error: _ISalpha was not decla...
2010 May 20
3
Install eventmachine on Debian Lenny
...in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:60: error: ‘_ISdigit’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:60: error: ‘_ISpunct’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:61: error: ‘_IScntrl’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:62: error: ‘_ISpunct’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_base.h:63: error: ‘_ISalpha’ was not declared in this scope /usr/include/c++/4.3/x86_64-linux-gnu/bits/ctype_...
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
...;< (5)) >> 8)), _ISprint = ((6) < 8 ? ((1 << (6)) << 8) : ((1 << (6)) >> 8)), _ISgraph = ((7) < 8 ? ((1 << (7)) << 8) : ((1 << (7)) >> 8)), _ISblank = ((8) < 8 ? ((1 << (8)) << 8) : ((1 << (8)) >> 8)), _IScntrl = ((9) < 8 ? ((1 << (9)) << 8) : ((1 << (9)) >> 8)), _ISpunct = ((10) < 8 ? ((1 << (10)) << 8) : ((1 << (10)) >> 8)), _ISalnum = ((11) < 8 ? ((1 << (11)) << 8) : ((1 << (11)) >> 8)) }; extern __const unsigned short...