Thanks -- yes, I can confirm that it installs OK after erasing and
checking out SVN from scratch.
On 4/30/21 9:40 PM, Henrik Bengtsson wrote:
Ben, it's most like what Peter says. I can confirm it works; I just
installed https://cran.r-project.org/src/base-prerelease/R-latest.tar.gz
on an up-
On Sat, 1 May 2021 at 03:41, Henrik Bengtsson
wrote:
>
> Ben, it's most like what Peter says. I can confirm it works; I just
> installed https://cran.r-project.org/src/base-prerelease/R-latest.tar.gz
> on an up-to-date CentOS 7.9.2009 system using the vanilla gcc (GCC)
> 4.8.5 that comes with tha
Ben, it's most like what Peter says. I can confirm it works; I just
installed https://cran.r-project.org/src/base-prerelease/R-latest.tar.gz
on an up-to-date CentOS 7.9.2009 system using the vanilla gcc (GCC)
4.8.5 that comes with that version and R compiles just fine and it
passes 'make check' to
You may want to check out your checkout
I see:
Peter-Dalgaards-iMac:R pd$ grep newsock src/main/connections.c
con = R_newsock(host, port, server, serverfd, open, timeout, options);
but your file seems to have lost the ", options" bit somehow. Also, mine is
line 3488, not 3477.
Maybe y
On Thu, 29 Apr 2021 at 15:59, Ben Bolker wrote:
>
>I probably don't want to go down this rabbit hole very far, but if
> anyone has any *quick* ideas ...
>
>Attempting to build R from scratch with a fresh SVN checkout on a
> somewhat out-of-date CentOS system (for which I don't have root ac
I probably don't want to go down this rabbit hole very far, but if
anyone has any *quick* ideas ...
Attempting to build R from scratch with a fresh SVN checkout on a
somewhat out-of-date CentOS system (for which I don't have root access,
although I can bug people if I care enough).
../