Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-05 Thread Dirk Eddelbuettel
Dan, I corrected the build on Windows to always produce a static 64 bit library. With that, and another small improvement in the Makefile.win in the examples/standard directory, things now 'just work' for me in win7 64bit. I'll probably upload this version to CRAN in a day or two. If you need it

Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-04 Thread Dirk Eddelbuettel
On 4 September 2012 at 13:31, Dan Murphy wrote: | I am absolutely willing to work with you on this (Windows expert? | perhaps not yet). I really appreciate your help! | | I think I followed the steps you outlined -- or at least (hopefully) | can figure it out when I have the time to look at it la

Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-04 Thread Dan Murphy
I am absolutely willing to work with you on this (Windows expert? perhaps not yet). I really appreciate your help! I think I followed the steps you outlined -- or at least (hopefully) can figure it out when I have the time to look at it later tonight. But I'm not sure I know how to rebuild RInside

Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-04 Thread Dirk Eddelbuettel
On 4 September 2012 at 14:48, Dirk Eddelbuettel wrote: | | On 3 September 2012 at 23:44, Dan Murphy wrote: | | I copied the six dll's from C:\R\R-2.15.1\bin\i386 to | | C:\R\R-2.15.1\library\RInside\examples\standard before running make | | (just to be sure). Then | | | | make -f makevars.win |

Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-04 Thread Dirk Eddelbuettel
On 3 September 2012 at 23:44, Dan Murphy wrote: | I copied the six dll's from C:\R\R-2.15.1\bin\i386 to | C:\R\R-2.15.1\library\RInside\examples\standard before running make | (just to be sure). Then | | make -f makevars.win | | ran without error, but | | C:\R\R-2.15.1\library\RInside\examples\

Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-03 Thread Dan Murphy
On Sun, Sep 2, 2012 at 7:09 AM, Dirk Eddelbuettel wrote: > > Dan, > > Trying to help here but I'm not a windows user... > > On 2 September 2012 at 05:46, Dan Murphy wrote: > | I am still trying to debug my Windows setup and I have a couple of > questions. > | > | 1. In my download of the RInside

Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-02 Thread Dirk Eddelbuettel
Dan, Trying to help here but I'm not a windows user... On 2 September 2012 at 05:46, Dan Murphy wrote: | I am still trying to debug my Windows setup and I have a couple of questions. | | 1. In my download of the RInside package, I see the libRInside.a | library in the ~\RInside\lib\i386 folder

[Rcpp-devel] libRInside.a and "base package"

2012-09-02 Thread Dan Murphy
I am still trying to debug my Windows setup and I have a couple of questions. 1. In my download of the RInside package, I see the libRInside.a library in the ~\RInside\lib\i386 folder which is found when I set R_ARCH := --arch i386 in Makefile.win. However, there is no corresponding x64 folder, so