Re: [Rcpp-devel] Problem Installing RcppExamples on Mac OS X 10.8.1

2012-09-03 Thread Davor Cubranic
If you're comfortable using the R debugger, maybe you could set "options(error=recover)" and see what's going on? Or, from the error log you included, it appears that RcppClassicLdPath is somehow involved. Can you try calling that directly from the console and see whether it succeeds? Lastly

Re: [Rcpp-devel] Problem Installing RcppExamples on Mac OS X 10.8.1

2012-09-03 Thread Benilton Carvalho
Hi Dirk, will definitely check on this. Please, don't apologise for anything. b On 3 September 2012 14:38, Dirk Eddelbuettel wrote: > > On 2 September 2012 at 18:01, Benilton Carvalho wrote: > | The error is exactly the same if I run > | > | install.packages('RcppExamples', type='source') > | >

Re: [Rcpp-devel] Problem Installing RcppExamples on Mac OS X 10.8.1

2012-09-03 Thread Dirk Eddelbuettel
On 2 September 2012 at 18:01, Benilton Carvalho wrote: | The error is exactly the same if I run | | install.packages('RcppExamples', type='source') | | (given the absence of a configure, I wouldnt expect INSTALL_opts to | make a difference) | | This is a fresh install of R (the binaries from Si

Re: [Rcpp-devel] Problem Installing RcppExamples on Mac OS X 10.8.1

2012-09-02 Thread Benilton Carvalho
The error is exactly the same if I run install.packages('RcppExamples', type='source') (given the absence of a configure, I wouldnt expect INSTALL_opts to make a difference) This is a fresh install of R (the binaries from Simon's website), installed to the standard location and simply using my h

Re: [Rcpp-devel] Problem Installing RcppExamples on Mac OS X 10.8.1

2012-09-02 Thread Dirk Eddelbuettel
On 2 September 2012 at 16:55, Benilton Carvalho wrote: | Hi, | | I'm trying to install the RcppExamples packages. I'm running Mac OS X | 10.8.1 and R 2.15.1. | | I start the installation with: | | install.packages('RcppExamples', INSTALL_opts='--merge-multiarch', | type='source') What happens

[Rcpp-devel] Problem Installing RcppExamples on Mac OS X 10.8.1

2012-09-02 Thread Benilton Carvalho
Hi, I'm trying to install the RcppExamples packages. I'm running Mac OS X 10.8.1 and R 2.15.1. I start the installation with: install.packages('RcppExamples', INSTALL_opts='--merge-multiarch', type='source') and everything goes okay until I get the error shown at the end of the message. Any th