Re: [Rcpp-devel] RInside under Windows

2012-02-16 Thread Patrick Burns
On 16/02/2012 13:38, Dirk Eddelbuettel wrote: On 16 February 2012 at 11:00, Patrick Burns wrote: | Success. Nice. | I'll tentatively offer this summary of the | important things to do. There are three | environment variables to set: I should document some of this. Maybe in Makefile.win? Bet

Re: [Rcpp-devel] RInside under Windows

2012-02-16 Thread Dirk Eddelbuettel
On 16 February 2012 at 11:00, Patrick Burns wrote: | Success. Nice. | I'll tentatively offer this summary of the | important things to do. There are three | environment variables to set: I should document some of this. Maybe in Makefile.win? Better ideas? | * PATH needs to include the path

Re: [Rcpp-devel] RInside under Windows

2012-02-16 Thread Patrick Burns
Success. I'll tentatively offer this summary of the important things to do. There are three environment variables to set: * PATH needs to include the path to the R DLLs for example the bin\i386 under your R_HOME. * R_HOME needs to be set. * R_LIBS_USER needs to be set. (Trying to do it in .R

Re: [Rcpp-devel] RInside under Windows

2012-02-15 Thread Dirk Eddelbuettel
On 15 February 2012 at 11:14, Patrick Burns wrote: | Dirk is once again correct. The "missing R.dll" | is a PATH problem. | | One way of solving it is to add the path to the | R DLLs to the end of PATH. For instance adding: | | C:\Program Files\R\R-2.14.1\bin\i386 | | Once I've arranged those

Re: [Rcpp-devel] RInside under Windows

2012-02-15 Thread Patrick Burns
Dirk is once again correct. The "missing R.dll" is a PATH problem. One way of solving it is to add the path to the R DLLs to the end of PATH. For instance adding: C:\Program Files\R\R-2.14.1\bin\i386 Once I've arranged those DLLs to be visible, the new problem is: Fatal error: unable to open

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Dirk Eddelbuettel
On 14 February 2012 at 21:05, Patrick Burns wrote: | On 14/02/2012 20:59, Dirk Eddelbuettel wrote: | > | > (resending with CC to list which I omitted a minute ago --Dirk) | > | > On 14 February 2012 at 20:47, Patrick Burns wrote: | > | | > | | > | On 14/02/2012 20:14, Dirk Eddelbuettel wrote: | >

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Patrick Burns
...@fiserv.com www.fiserv.com -Original Message- From: rcpp-devel-boun...@r-forge.wu-wien.ac.at [mailto:rcpp-devel-boun...@r-forge.wu-wien.ac.at] On Behalf Of Patrick Burns Sent: Tuesday, February 14, 2012 3:47 PM To: Dirk Eddelbuettel Cc: rcpp-de...@r-forge.wu-wien.ac.at Subject: Re: [Rcpp-devel]

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Patrick Burns
On 14/02/2012 20:59, Dirk Eddelbuettel wrote: (resending with CC to list which I omitted a minute ago --Dirk) On 14 February 2012 at 20:47, Patrick Burns wrote: | | | On 14/02/2012 20:14, Dirk Eddelbuettel wrote: |> |> On 14 February 2012 at 20:04, Patrick Burns wrote: |> | Obviously I don't

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Dirk Eddelbuettel
(resending with CC to list which I omitted a minute ago --Dirk) On 14 February 2012 at 20:47, Patrick Burns wrote: | | | On 14/02/2012 20:14, Dirk Eddelbuettel wrote: | > | > On 14 February 2012 at 20:04, Patrick Burns wrote: | > | Obviously I don't *really* know what I'm | > | doing, or even *

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Smith, Dale
: rcpp-de...@r-forge.wu-wien.ac.at Subject: Re: [Rcpp-devel] RInside under Windows On 14/02/2012 20:14, Dirk Eddelbuettel wrote: > > On 14 February 2012 at 20:04, Patrick Burns wrote: > | Obviously I don't *really* know what I'm doing, or even *sort of* > | know what I'

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Patrick Burns
On 14/02/2012 20:14, Dirk Eddelbuettel wrote: On 14 February 2012 at 20:04, Patrick Burns wrote: | Obviously I don't *really* know what I'm | doing, or even *sort of* know what I'm | doing. But that never stopped me before. | | Here is hopefully enough breadcrumbs to | help someone, or even a

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Dirk Eddelbuettel
On 14 February 2012 at 14:14, Dirk Eddelbuettel wrote: | | *) The next problem is two instances each of: | | | | there is no package called [Rcpp, RInside] | | | | This is because .libPaths() is only finding | | the main library and not the one where the | | installed packages go. | | | | This

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Dirk Eddelbuettel
On 14 February 2012 at 20:04, Patrick Burns wrote: | Obviously I don't *really* know what I'm | doing, or even *sort of* know what I'm | doing. But that never stopped me before. | | Here is hopefully enough breadcrumbs to | help someone, or even all of us. | | | I've reinstalled RInside so tha

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Patrick Burns
Obviously I don't *really* know what I'm doing, or even *sort of* know what I'm doing. But that never stopped me before. Here is hopefully enough breadcrumbs to help someone, or even all of us. I've reinstalled RInside so that I am starting with the original Makefile.win *) There is an extra

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Dirk Eddelbuettel
Hi Pat, On 14 February 2012 at 17:43, Patrick Burns wrote: | Good point about the Rtools version. I started | with 2.13, but I get the same thing with 2.14. | | Here are the key changes that I made to Makefile.win: | | RCPPINCL := -IC:/Users/pat/Documents/R/win-library/2.14/Rcpp/include | RCPP

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Patrick Burns
rcpp-de...@r-forge.wu-wien.ac.at >Objet : [Rcpp-devel] RInside under Windows >Date : 14/02/2012 12:08:54 CET > >I'm trying to get the RInside examples to go > under Windows 7. It is proving to be exceptionally > traumatic. > > There are a few glitches th

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread pasparis
rs, 0 warnings ===|pascal  Message d'origine >De : "Patrick Burns" >À : rcpp-de...@r-forge.wu-wien.ac.at >Objet : [Rcpp-devel] RInside under Windows >Date : 14/02/2012 12:08:54 CET > >I'm trying to get the RInside examples to go > under Windows 7.

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread Dirk Eddelbuettel
On 14 February 2012 at 11:08, Patrick Burns wrote: | I'm trying to get the RInside examples to go | under Windows 7. It is proving to be exceptionally | traumatic. I am currently not near the Windows XP machine on which I made all the tests asserting that yes, we're back on Windows. I heard from

[Rcpp-devel] RInside under Windows

2012-02-14 Thread Patrick Burns
I'm trying to get the RInside examples to go under Windows 7. It is proving to be exceptionally traumatic. There are a few glitches that I've got past, but now I'm getting: multiple definition of `_imp__ZTUN4Rcpp14not_compatiblE' multiple definition of `_nm__ZTUN4Rcpp14not_compatiblE' (with so