Re: [Rcpp-devel] Unusual RInside compilation experiences

2016-02-11 Thread Jonathon Love
On 12/02/2016 11:57, Dirk Eddelbuettel wrote: On 11 February 2016 at 17:42, Dirk Eddelbuettel wrote: | | On 11 February 2016 at 15:02, Kevin Ushey wrote: | | I think this needs to be _WIN32 rather than WIN32. Thanks for pointing this out! | | Could well be. That (IIRC) changed recently so could

Re: [Rcpp-devel] Unusual RInside compilation experiences

2016-02-11 Thread Dirk Eddelbuettel
On 11 February 2016 at 17:42, Dirk Eddelbuettel wrote: | | On 11 February 2016 at 15:02, Kevin Ushey wrote: | | I think this needs to be _WIN32 rather than WIN32. Thanks for pointing this out! | | Could well be. That (IIRC) changed recently so could you (ie Jonathon) try it | with _WIN32 and re

Re: [Rcpp-devel] Unusual RInside compilation experiences

2016-02-11 Thread Dirk Eddelbuettel
On 11 February 2016 at 15:02, Kevin Ushey wrote: | I think this needs to be _WIN32 rather than WIN32. Thanks for pointing this out! Could well be. That (IIRC) changed recently so could you (ie Jonathon) try it with _WIN32 and report back and/or supply a PR? Dirk | | On Thu, Feb 11, 2016 at 2:

Re: [Rcpp-devel] Unusual RInside compilation experiences

2016-02-11 Thread Kevin Ushey
I think this needs to be _WIN32 rather than WIN32. Thanks for pointing this out! On Thu, Feb 11, 2016 at 2:41 PM, Jonathon Love wrote: > hi dirk, > > i've been compiling RInside on windows with the new RTools based on GCC 4.9. > with stock settings, this all compiles successfully. > > however, if

[Rcpp-devel] Unusual RInside compilation experiences

2016-02-11 Thread Jonathon Love
hi dirk, i've been compiling RInside on windows with the new RTools based on GCC 4.9. with stock settings, this all compiles successfully. however, if i add "-std=c++11" to CXX_FLAGS, then the compilation fails. it chokes on line 27 of RInside.cpp [1]. what makes this more interesting is tha