Re: [Rcpp-devel] Rcpp and inline, compiler configuration errors, windows 7

2012-07-03 Thread Alexandre Bujard
Hi Valentin, For the warning you just have to add a new "system variable" Name : CYGWIN Value : nodosfilewarning Then restart and that's it! No more warning. On Wed, Jul 4, 2012 at 2:18 AM, [email protected] < [email protected]> wrote: > Thank you Dirk and Darren for your

Re: [Rcpp-devel] Rcpp and inline, compiler configuration errors, windows 7

2012-07-03 Thread [email protected]
Thank you Dirk and Darren for your answers ! I edited the path to redirect it to C:\R\Rtools\gcc-4.6.3\bin (which comes with Rtools) instead of C:\R\Rtools\MinGW\bin (which I had installed manually). The examples now work ; I still have the cygwin warning but as long as it doesn't affect the re

Re: [Rcpp-devel] Rcpp Lists and memory corruption (resend)

2012-07-03 Thread Dirk Eddelbuettel
On 3 July 2012 at 15:47, Ilya Esteban wrote: | Just wanted to confirm that my code returning a list containing wrapped | primitives appears to work correctly now. Sorry for the delayed reply -- I am | not a SVN user, so I had to wait for the official release before validating. Thanks for reportin

Re: [Rcpp-devel] Rcpp Lists and memory corruption (resend)

2012-07-03 Thread Ilya Esteban
Just wanted to confirm that my code returning a list containing wrapped primitives appears to work correctly now. Sorry for the delayed reply -- I am not a SVN user, so I had to wait for the official release before validating. Thanks! Ilya > Date: Sat, 7 Apr 2012 15:19:27 +0200 > From: rom...@

Re: [Rcpp-devel] Rcpp and inline, compiler configuration errors, windows 7

2012-07-03 Thread Darren Cook
>> From what I understand of the error messages, g++ (the compiler, I >> think) cannot be found. On this thread, someone had a problem that >> looks like mine, it was a path problem : >> http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2012-March/003597.html Their problem is distinct, in th

Re: [Rcpp-devel] Rcpp and inline, compiler configuration errors, windows 7

2012-07-03 Thread Dirk Eddelbuettel
Hi Valentin, On 3 July 2012 at 08:04, [email protected] wrote: | Hello everyone, | | I hope I am doing the right thing in posting my question here. If no, sorry... Welcome -- You absolutely are! | I've been through the Rcpp FAQ, the Rcpp-Introduction vignette, the Appendix D | The W