Displaying 4 results from an estimated 4 matches for "__ctype_get_mb_cur_max".
2002 Aug 16
1
Summary:ROracle error
...r at line 33, column 10 in file /usr/include/stdlib.h
> #include <stddef.h>
> .........1
> PCC-S-02015, unable to open include file
> Syntax error at line 133, column 15, file /usr/include/stdlib.h:
> Error at line 133, column 15 in file /usr/include/stdlib.h
> extern size_t __ctype_get_mb_cur_max (void) __THROW;
> ..............1
> PCC-S-02201, Encountered the symbol "__ctype_get_mb_cur_max" when
> expecting one
> of the following:
>
> ; , = ( [
> The symbol ";" was substituted for "__ctype_get_mb_cur_max" to
continue.
>
> &...
2015 Aug 14
2
Build R on Haiku
Hi R-devel,
I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
BeOS, not Linux based) on i586. With a few small changes to library paths
and ifdefs I am able to get a seemingly working R binary. The build process
stops with the 'tools' package. The last lines from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are
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
...lignment, size_t __size, __const void *);
extern void (*__after_morecore_hook) (void);
extern void __malloc_check_init (void) __attribute__ ((__nothrow__));
typedef struct
{
int quot;
int rem;
} div_t;
typedef struct
{
long int quot;
long int rem;
} ldiv_t;
extern size_t __ctype_get_mb_cur_max (void) __attribute__ ((__nothrow__)) ;
extern double atof (__const char *__nptr)
__attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) ;
extern int atoi (__const char *__nptr)
__attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__...