search for: rl_unsetstate

Displaying 4 results from an estimated 4 matches for "rl_unsetstate".

2016 May 18
2
Latest R-devel build failing on OS X
...ude -DHAVE_CONFIG_H -fPIC -Wall -mtune=core2 -g -O2 -c sys-unix.c -o sys-unix.o clang -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -Wall -mtune=core2 -g -O2 -c sys-std.c -o sys-std.o sys-std.c:592:5: warning: implicit declaration of function 'RL_UNSETSTATE' is invalid in C99 [-Wimplicit-function-declaration] RL_UNSETSTATE(RL_STATE_ISEARCH | RL_STATE_NSEARCH | RL_STATE_VIMOTION | ^ sys-std.c:592:19: error: use of undeclared identifier 'RL_STATE_ISEARCH' RL_UNSETSTATE(RL_STATE_ISEARCH | RL_STATE_NSEARCH | RL_STATE_VIMOTION |...
2016 May 18
3
Latest R-devel build failing on OS X
.... > Both seem to be readline related, so Frederick Eaton's patches, which Martin committed yesterday are the likely culprit. I had actually tested them and things seemed to work, but it was on a different machine and not a completely clean build. Indeed a problem. I'm pretty sure that RL_UNSETSTATE() exists in newer versions of readline but not in older ones (and hence is declared in newer versions of readline.h, but not in older ones). It seems people still do have older versions of readline.h ... and it may be interesting why some versions of OSX (Peter's) has a new readline and some...
2016 May 18
0
Latest R-devel build failing on OS X
..._CONFIG_H -fPIC -Wall -mtune=core2 -g -O2 -c sys-unix.c -o sys-unix.o > clang -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -Wall -mtune=core2 -g -O2 -c sys-std.c -o sys-std.o > sys-std.c:592:5: warning: implicit declaration of function 'RL_UNSETSTATE' is invalid in C99 > [-Wimplicit-function-declaration] > RL_UNSETSTATE(RL_STATE_ISEARCH | RL_STATE_NSEARCH | RL_STATE_VIMOTION | > ^ > sys-std.c:592:19: error: use of undeclared identifier 'RL_STATE_ISEARCH' > RL_UNSETSTATE(RL_STATE_ISEARCH | RL_STATE_NSEARCH |...
2016 May 18
0
Latest R-devel build failing on OS X
...h seem to be readline related, so Frederick Eaton's patches, which Martin committed yesterday are the likely culprit. I had actually tested them and things seemed to work, but it was on a different machine and not a completely clean build. > > Indeed a problem. I'm pretty sure that RL_UNSETSTATE() exists > in newer versions of readline but not in older ones (and hence is > declared in newer versions of readline.h, but not in older > ones). > > It seems people still do have older versions of readline.h > ... and it may be interesting why some versions of OSX (Peter'...