Skip to content
Prev 361714 / 398506 Next

Installation of package "rio" broken

Your log showed that g++ was given the flag -std=c++0x.  It should be
-std=c++11 so the 'using typename = blahblah' syntax works.  Either
your feather/src/Makevars is missing the line CXX_STD=CXX11 or your
version of R is lacking support for CXX_STD.
-I"C:/Users/admin/Documents/R/win-library/3.2/Rcpp/include"
-I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall
-mtune=core2 -c feather/metadata.cc -o feather/metadata.o
'FBString'

Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Tue, Jun 14, 2016 at 12:19 PM, <G.Maubach at gmx.de> wrote: