Re: [Rcpp-devel] Can't compile BOOST package via Rcpp on Windows7 OS

2014-11-11 Thread Gabor Grothendieck
On Tue, Nov 11, 2014 at 9:51 AM, דוד ארנבורג wrote: > Hi guys, > > So I've installed and loaded the BH package without any errors, then I tried > to run this example but sourceCpp failed to compile it. I was wondering if > there is a quick fix for this and I'm just making some very basic mistake >

Re: [Rcpp-devel] Can't compile BOOST package via Rcpp on Windows7 OS

2014-11-11 Thread Dirk Eddelbuettel
David, And for good measure, I just dropped the very first Rcpp Gallery example into RStudio on my work machine (which, while being Windows, mostly serves for receiving x11 terminals from Linux). It passed without any issues: R> Rcpp::sourceCpp('C:/TEMP/boostEx.cpp', verbose=TRUE, rebuild=TRUE)

Re: [Rcpp-devel] Can't compile BOOST package via Rcpp on Windows7 OS

2014-11-11 Thread Dirk Eddelbuettel
On 11 November 2014 at 16:51, דוד ארנבורג wrote: | Hi guys, | | So I've installed and loaded the BH package without any errors, then I tried to | run this example but sourceCpp failed to compile it. I was wondering if there | is a quick fix for this and I'm just making some very basic mistake he

[Rcpp-devel] Can't compile BOOST package via Rcpp on Windows7 OS

2014-11-11 Thread דוד ארנבורג
Hi guys, So I've installed and loaded the BH package without any errors, then I tried to run this example but sourceCpp failed to compile it. I was wondering if there is a quick fix for