[Rcpp-devel] Using Rcpp on mingw 4.5.2

2011-01-07 Thread Steffen Neumann
Hi, I have a package mzR that uses Rcpp to wrap some C++ code at https://github.com/sneumann/mzR The stuff works splendid on Ubuntu 10.04 with gcc-4.4.3, but for the life of it I am unable to get it to compile on 64bit Windows with a recent R-2.13.x snapshot (also tried 2.12.x) with neither the

Re: [Rcpp-devel] Using Rcpp on mingw 4.5.2

2011-01-07 Thread Dirk Eddelbuettel
Hi Steffen, Thanks for posting here. On 8 January 2011 at 00:41, Steffen Neumann wrote: | Hi, | | I have a package mzR that uses Rcpp to wrap | some C++ code at https://github.com/sneumann/mzR | | The stuff works splendid on Ubuntu 10.04 with gcc-4.4.3, Sure. I am mostly on Ubuntu 10.10 as we

Re: [Rcpp-devel] Using Rcpp on mingw 4.5.2

2011-01-08 Thread Steffen Neumann
Hi Dirk, On Fri, 2011-01-07 at 19:44 -0600, Dirk Eddelbuettel wrote: ... > | but for the life of it I am unable to get it to compile > | on 64bit Windows with a recent R-2.13.x snapshot (also tried 2.12.x) > | with neither the Rtools based on mingw-4.5.1 nor those downloaded today > | with mingw-4

Re: [Rcpp-devel] Using Rcpp on mingw 4.5.2

2011-01-08 Thread Dirk Eddelbuettel
Hi Steffen, On 8 January 2011 at 17:40, Steffen Neumann wrote: | > Some of the other error reveals similar gotchas about redefinitions. If I | > were you I'd try smaller and smaller subsets of the codes and headers til it | > works, and then try to find a way to get the offending headers back in