> "MM" == Martin Maechler
> on Thu, 19 May 2016 08:46:45 +0200 writes:
[. ]
MM> What are the results of my fix (R-devel svn rev >= 70631) ?
Nonsense question! This is for another R-devel thread (where it
has been answered). Sorry about the noise.
Martin
___
> Mikko Korpela
> on Wed, 18 May 2016 14:18:20 +0300 writes:
> On 18/05/16 13:50, Martin Maechler wrote:
>>> Mikko Korpela on Wed, 18
>>> May 2016 13:05:24 +0300 writes:
>>
>> > I get an error when running "make check" after building
>> > R-devel r706
Readline <= 6.2 shouldn't require the SIGWINCH patch, so if older
versions have trouble finding rl_resize_terminal then you could wrap a
macro around that part.
The isearch C-c bug has existed forever, according to Chet Ramey. Yes,
I had to retrain myself to use C-g to exit isearch but it's confus
Spoke too soon, both systems now build, but neither has the original bugs
fixed
(Incidentally, I realized why the ctl-R...ctl-C bug never bit me: The emacs
habit is to exit isearch with ctl-G and that works flawlessly.)
-pd
> On 18 May 2016, at 22:40 , peter dalgaard wrote:
>
> Ah, got
Ah, got it. For some ancient reason config.site on that machine had
LDFLAGS=-L/usr/X11R6/lib
in config.site, and that prevented configure from inserting -L /usr/local/lib,
so linked /usr/lib/libreadline.dylib, which is the Apple-supplied one, which
possibly is really libedit...
-p
> On 18 M
> On 18 May 2016, at 18:54 , Martin Maechler wrote:
>
>
>> Yes, the nightly build is broken in a similar, but different way. See below.
>> 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
Thanks for the fix, Martin.
The build runs smoothly now, with just a warning remaining:
sys-std.c:1002:7: warning: implicit declaration of function
'rl_resize_terminal' is invalid in C99
[-Wimplicit-function-declaration]
rl_resize_terminal();
^
1 war
> Yes, the nightly build is broken in a similar, but different way. See below.
> 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 a
Yes, the nightly build is broken in a similar, but different way. See below.
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
Dear R-devel,
The latest version of R-devel (05-17) is throwing an error for me when building
on OS X (v 10.11.4):
making Rembedded.d from Rembedded.c
making dynload.d from dynload.c
making system.d from system.c
making sys-unix.d from sys-unix.c
making sys-std.d from sys-std.c
making X11.d from
On 18/05/16 13:50, Martin Maechler wrote:
Mikko Korpela
on Wed, 18 May 2016 13:05:24 +0300 writes:
> I get an error when running "make check" after building
> R-devel r70629 on Ubuntu 14.04.
> Here are the relevant
> lines in the file "reg-tests-1c.Rout.fail":
>
G'day Martin,
On Wed, 18 May 2016 12:50:21 +0200
Martin Maechler wrote:
> > Mikko Korpela
> > on Wed, 18 May 2016 13:05:24 +0300 writes:
>
> > I get an error when running "make check" after building
> > R-devel r70629 on Ubuntu 14.04.
> > Here are the relevant
> >
> Mikko Korpela
> on Wed, 18 May 2016 13:05:24 +0300 writes:
> I get an error when running "make check" after building
> R-devel r70629 on Ubuntu 14.04.
> Here are the relevant
> lines in the file "reg-tests-1c.Rout.fail":
>> ## m1z uses match(x, *) with leng
Hi,
I have noticed that the run times for MCMCglmm models (mainly written in
C/C++) have suddenly jumped up on Linux machines (Ubuntu/Linaro 4.6.4
and Scientific Linux 6.6) yet they have remained stable on Windows
where they run much faster than on Linux. I wondered whether something
had cha
I get an error when running "make check" after building R-devel r70629
on Ubuntu 14.04. Here are the relevant lines in the file
"reg-tests-1c.Rout.fail":
> ## m1z uses match(x, *) with length(x) == 1 and failed in R 3.3.0
> ## PR#16909 - a consequence of the match() bug; check here too:
>
15 matches
Mail list logo