Displaying 4 results from an estimated 4 matches for "rl_done".
Did you mean:
rc_done
2016 May 18
2
Latest R-devel build failing on OS X
...NUMERICARG | RL_STATE_MULTIKEY);
^
sys-std.c:596:40: error: use of undeclared identifier 'rl_mark'
rl_line_buffer[rl_point = rl_end = rl_mark = 0] = 0;
^
sys-std.c:597:5: error: use of undeclared identifier 'rl_done'
rl_done = 1;
^
sys-std.c:998:7: warning: implicit declaration of function 'rl_resize_terminal' is invalid in C99
[-Wimplicit-function-declaration]
rl_resize_terminal();
^
2 warnings and 7 errors generated.
make[3]: *** [sys-std.o] Error...
2016 May 18
3
Latest R-devel build failing on OS X
...^
> > sys-std.c:596:40: error: use of undeclared identifier 'rl_mark'
> > rl_line_buffer[rl_point = rl_end = rl_mark = 0] = 0;
> > ^
> > sys-std.c:597:5: error: use of undeclared identifier 'rl_done'
> > rl_done = 1;
> > ^
> > sys-std.c:998:7: warning: implicit declaration of function 'rl_resize_terminal' is invalid in C99
> > [-Wimplicit-function-declaration]
> > rl_resize_terminal();
> > ^
> > 2...
2016 May 18
0
Latest R-devel build failing on OS X
...MULTIKEY);
> ^
> sys-std.c:596:40: error: use of undeclared identifier 'rl_mark'
> rl_line_buffer[rl_point = rl_end = rl_mark = 0] = 0;
> ^
> sys-std.c:597:5: error: use of undeclared identifier 'rl_done'
> rl_done = 1;
> ^
> sys-std.c:998:7: warning: implicit declaration of function 'rl_resize_terminal' is invalid in C99
> [-Wimplicit-function-declaration]
> rl_resize_terminal();
> ^
> 2 warnings and 7 errors generated.
&...
2016 May 18
0
Latest R-devel build failing on OS X
...^
>>> sys-std.c:596:40: error: use of undeclared identifier 'rl_mark'
>>> rl_line_buffer[rl_point = rl_end = rl_mark = 0] = 0;
>>> ^
>>> sys-std.c:597:5: error: use of undeclared identifier 'rl_done'
>>> rl_done = 1;
>>> ^
>>> sys-std.c:998:7: warning: implicit declaration of function 'rl_resize_terminal' is invalid in C99
>>> [-Wimplicit-function-declaration]
>>> rl_resize_terminal();
>>>...