ILD and makepkg/pacman -U
Best,
Ista
On Wed, Apr 19, 2017 at 10:32 AM, Angerer, Philipp via R-devel
wrote:
> Hi Dirk and Martyn,
>
>> That looks fine. Can you please give a reproducible example of a package
>> that compiles correctly on R 3.3.3 but not with R 3.4.0
Hi Dirk and Martyn,
> That looks fine. Can you please give a reproducible example of a package
> that compiles correctly on R 3.3.3 but not with R 3.4.0 or R-devel.
here you go, it’s pretty much the simplest package possible that needs C++11:
https://github.com/flying-sheep/cxx11test
> Maybe yo
Hmm, doesn’t look like my R was configured incorrectly:
R is now configured for x86_64-pc-linux-gnu
Source directory: .
Installation directory:/opt/r-devel
C compiler:gcc -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong --param=ssp-buffer-siz
Hi!
Well, my linux distribution has very recent versions
of everything, so a working C++11 compiler exists:
$ gcc --version | head -n1
gcc (GCC) 6.3.1 20170306
Could wrong ./configure options be at fault here? See:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
My sessionIn
Whoops, sorry. The links are supposed to be:
[This commit]:
https://github.com/wch/r-source/commit/45899dba734cbd80a77432af9a3a7829a9ad48da
[the documentation]:
https://github.com/wch/r-source/blob/45899dba734cbd80a77432af9a3a7829a9ad48da/config.site#L264
- Ursprüngliche Mail -
Von: "An
Hi,
This commit (I’m using the mirror to have a working link) broke C++11
compilation.
Before (and still now, according to the comments in the configure script), it’s
sufficient to just have “SystemRequirements: C++11” in the DESCRIPTION file.
But now “R CMD install” fails with “C++11 st