Hi,
I'm wondering if you can provide any suggestions for installing
Rcpp on Mac or whether I should await the appearance of a binary?
This is the error message that I get:
R CMD INSTALL --no-multiarch -l ~/Library/R/2.11/library/ Rcpp_0.8.3.tar.gz
* installing *source* package ?Rcpp? ...
** libs
*** arch - i386
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/i386
-I../inst/include/ -I/usr/local/include -fPIC -g -O2 -c Date.cpp -o Date.o
../inst/include/Rcpp/internal/export.h: In function 'void
Rcpp::internal::export_range__dispatch(SEXPREC*, InputIterator,
Rcpp::traits::r_type_primitive_tag)':
../inst/include/Rcpp/internal/export.h:56: internal compiler error: Bus
error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make: *** [Date.o] Error 1
ERROR: compilation failed for package ?Rcpp?
* removing ?/Users/knoblauch/Library/R/2.11/library/Rcpp?
* restoring previous ?/Users/knoblauch/Library/R/2.11/library/Rcpp?
Is this a question of having the right compiler or ???
I did this from the command line but my sessionInfo is:
R version 2.11.1 Patched (2010-07-09 r52501)
i386-apple-darwin9.8.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
I don't have problems compiling any other packages from source except
lme4a, so I would be greatful for any guidance.
Thanks.
Best,
Ken