c++ - RcppArmadillo 0.4.100.2.1 on Mac -


i have today updated rcpparmadillo 0.4.100.2.1. working on project use rcpparmadillo speed design matrix computations. however, after updating 0.4.100.2.1 r not compile .cpp-files anymore , massive error message:

in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadillo.h:30: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadilloforward.h:37: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo:270: /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 2305843009213693951 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/mat_meat.hpp:299:25: note: in instantiation of function template specialization 'arma::memory::acquire<double>' requested here       access::rw(mem) = memory::acquire<et>(new_n_elem);                         ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/mat_meat.hpp:5289:7: note: in instantiation of member function 'arma::mat<double>::init_warm' requested here       init_warm(in_elem, 1);       ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/fn_misc.hpp:42:7: note: in instantiation of member function 'arma::mat<double>::set_size' requested here     x.set_size(num);       ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/fn_misc.hpp:90:10: note: in instantiation of function template specialization 'arma::linspace<arma::mat<double> >' requested here   return linspace<mat>(start, end, num);          ^ in file included designmatrix.cpp:3: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadillo.h:30: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadilloforward.h:37: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo:270: /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/mat_meat.hpp:171:23: note: in instantiation of function template specialization 'arma::memory::acquire<int>' requested here     access::rw(mem) = memory::acquire<et>(n_elem);                       ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/mat_meat.hpp:67:3: note: in instantiation of member function 'arma::mat<int>::init_cold' requested here   init_cold();   ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/fn_randi.hpp:34:12: note: in instantiation of member function 'arma::mat<int>::mat' requested here   obj_type out(n_rows, n_cols);            ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/fn_randi.hpp:92:10: note: in instantiation of function template specialization 'arma::randi<arma::mat<int> >' requested here   return randi<imat>(n_rows, n_cols, param);          ^ in file included designmatrix.cpp:3: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadillo.h:30: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadilloforward.h:37: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo:270: /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/spmat_meat.hpp:25:22: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned int>' requested here   , col_ptrs(memory::acquire<uword>(2))                      ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/fn_speye.hpp:49:10: note: in instantiation of member function 'arma::spmat<double>::spmat' requested here   sp_mat out;          ^ in file included designmatrix.cpp:3: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadillo.h:30: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/rcpparmadilloforward.h:37: in file included /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo:270: /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 18446744073709551615 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/podarray_meat.hpp:363:11: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned char>' requested here     mem = memory::acquire<et>(new_n_elem);           ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/podarray_meat.hpp:84:3: note: in instantiation of member function 'arma::podarray<unsigned char>::init_cold' requested here   init_cold(new_n_elem);   ^ /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/include/armadillo_bits/diskio_meat.hpp:565:27: note: in instantiation of member function 'arma::podarray<unsigned char>::podarray' requested here   podarray<unsigned char> data(n); 

the file did compile using old version of rcpparmadillo (do not remember version around nov 2013 probably). using r on macbook pro running os 10.9.

i not understand why randi mentioned in error message not random number generation.

any appreciated!

cheers adam

update: have said there seemingly no problem older versions of rcpp/rcpparmadillo (yesterday installed versions around june 2013 , able compile .cpp files). now, when install first current rcpp 0.11.0 looks normal. upon installing current rcpparmadillo 0.4.100.2.1 warnings:

* installing *source* package ‘rcpparmadillo’ ... ** package ‘rcpparmadillo’ unpacked , md5 sums checked * checking lapack_libs divide-and-conquer complex svd unavailable via r-supplied lapack * divide-and-conquer algorithm complex svd redirected default ** libs clang++ -i/library/frameworks/r.framework/resources/include -dndebug  -i/usr/local/include -i"/library/frameworks/r.framework/versions/3.0/resources/library/rcpp/include"  -i../inst/include -i/opt/local/include    -fpic  -stdlib=libc++ -std=c++11 -o3 -c rcpparmadillo.cpp -o rcpparmadillo.o in file included rcpparmadillo.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 2305843009213693951 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/mat_meat.hpp:299:25: note: in instantiation of function template specialization 'arma::memory::acquire<double>' requested here       access::rw(mem) = memory::acquire<et>(new_n_elem);                         ^ ../inst/include/armadillo_bits/mat_meat.hpp:5289:7: note: in instantiation of member function 'arma::mat<double>::init_warm' requested here       init_warm(in_elem, 1);       ^ ../inst/include/armadillo_bits/fn_misc.hpp:42:7: note: in instantiation of member function 'arma::mat<double>::set_size' requested here     x.set_size(num);       ^ ../inst/include/armadillo_bits/fn_misc.hpp:90:10: note: in instantiation of function template specialization 'arma::linspace<arma::mat<double> >' requested here   return linspace<mat>(start, end, num);          ^ in file included rcpparmadillo.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/mat_meat.hpp:171:23: note: in instantiation of function template specialization 'arma::memory::acquire<int>' requested here     access::rw(mem) = memory::acquire<et>(n_elem);                       ^ ../inst/include/armadillo_bits/mat_meat.hpp:67:3: note: in instantiation of member function 'arma::mat<int>::init_cold' requested here   init_cold();   ^ ../inst/include/armadillo_bits/fn_randi.hpp:34:12: note: in instantiation of member function 'arma::mat<int>::mat' requested here   obj_type out(n_rows, n_cols);            ^ ../inst/include/armadillo_bits/fn_randi.hpp:92:10: note: in instantiation of function template specialization 'arma::randi<arma::mat<int> >' requested here   return randi<imat>(n_rows, n_cols, param);          ^ in file included rcpparmadillo.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/spmat_meat.hpp:25:22: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned int>' requested here   , col_ptrs(memory::acquire<uword>(2))                      ^ ../inst/include/armadillo_bits/fn_speye.hpp:49:10: note: in instantiation of member function 'arma::spmat<double>::spmat' requested here   sp_mat out;          ^ in file included rcpparmadillo.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 18446744073709551615 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/podarray_meat.hpp:363:11: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned char>' requested here     mem = memory::acquire<et>(new_n_elem);           ^ ../inst/include/armadillo_bits/podarray_meat.hpp:84:3: note: in instantiation of member function 'arma::podarray<unsigned char>::init_cold' requested here   init_cold(new_n_elem);   ^ ../inst/include/armadillo_bits/diskio_meat.hpp:565:27: note: in instantiation of member function 'arma::podarray<unsigned char>::podarray' requested here   podarray<unsigned char> data(n);                           ^ 4 warnings generated. clang++ -i/library/frameworks/r.framework/resources/include -dndebug  -i/usr/local/include -i"/library/frameworks/r.framework/versions/3.0/resources/library/rcpp/include"  -i../inst/include -i/opt/local/include    -fpic  -stdlib=libc++ -std=c++11 -o3 -c rcppexports.cpp -o rcppexports.o in file included rcppexports.cpp:4: in file included ./../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 2305843009213693951 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/mat_meat.hpp:299:25: note: in instantiation of function template specialization 'arma::memory::acquire<double>' requested here       access::rw(mem) = memory::acquire<et>(new_n_elem);                         ^ ../inst/include/armadillo_bits/mat_meat.hpp:5289:7: note: in instantiation of member function 'arma::mat<double>::init_warm' requested here       init_warm(in_elem, 1);       ^ ../inst/include/armadillo_bits/fn_misc.hpp:42:7: note: in instantiation of member function 'arma::mat<double>::set_size' requested here     x.set_size(num);       ^ ../inst/include/armadillo_bits/fn_misc.hpp:90:10: note: in instantiation of function template specialization 'arma::linspace<arma::mat<double> >' requested here   return linspace<mat>(start, end, num);          ^ in file included rcppexports.cpp:4: in file included ./../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/mat_meat.hpp:171:23: note: in instantiation of function template specialization 'arma::memory::acquire<int>' requested here     access::rw(mem) = memory::acquire<et>(n_elem);                       ^ ../inst/include/armadillo_bits/mat_meat.hpp:67:3: note: in instantiation of member function 'arma::mat<int>::init_cold' requested here   init_cold();   ^ ../inst/include/armadillo_bits/fn_randi.hpp:34:12: note: in instantiation of member function 'arma::mat<int>::mat' requested here   obj_type out(n_rows, n_cols);            ^ ../inst/include/armadillo_bits/fn_randi.hpp:92:10: note: in instantiation of function template specialization 'arma::randi<arma::mat<int> >' requested here   return randi<imat>(n_rows, n_cols, param);          ^ in file included rcppexports.cpp:4: in file included ./../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/spmat_meat.hpp:25:22: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned int>' requested here   , col_ptrs(memory::acquire<uword>(2))                      ^ ../inst/include/armadillo_bits/fn_speye.hpp:49:10: note: in instantiation of member function 'arma::spmat<double>::spmat' requested here   sp_mat out;          ^ in file included rcppexports.cpp:4: in file included ./../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 18446744073709551615 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/podarray_meat.hpp:363:11: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned char>' requested here     mem = memory::acquire<et>(new_n_elem);           ^ ../inst/include/armadillo_bits/podarray_meat.hpp:84:3: note: in instantiation of member function 'arma::podarray<unsigned char>::init_cold' requested here   init_cold(new_n_elem);   ^ ../inst/include/armadillo_bits/diskio_meat.hpp:565:27: note: in instantiation of member function 'arma::podarray<unsigned char>::podarray' requested here   podarray<unsigned char> data(n);                           ^ 4 warnings generated. clang++ -i/library/frameworks/r.framework/resources/include -dndebug  -i/usr/local/include -i"/library/frameworks/r.framework/versions/3.0/resources/library/rcpp/include"  -i../inst/include -i/opt/local/include    -fpic  -stdlib=libc++ -std=c++11 -o3 -c fastlm.cpp -o fastlm.o in file included fastlm.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 2305843009213693951 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/mat_meat.hpp:299:25: note: in instantiation of function template specialization 'arma::memory::acquire<double>' requested here       access::rw(mem) = memory::acquire<et>(new_n_elem);                         ^ ../inst/include/armadillo_bits/mat_meat.hpp:5289:7: note: in instantiation of member function 'arma::mat<double>::init_warm' requested here       init_warm(in_elem, 1);       ^ ../inst/include/armadillo_bits/fn_misc.hpp:42:7: note: in instantiation of member function 'arma::mat<double>::set_size' requested here     x.set_size(num);       ^ ../inst/include/armadillo_bits/fn_misc.hpp:90:10: note: in instantiation of function template specialization 'arma::linspace<arma::mat<double> >' requested here   return linspace<mat>(start, end, num);          ^ in file included fastlm.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/mat_meat.hpp:171:23: note: in instantiation of function template specialization 'arma::memory::acquire<int>' requested here     access::rw(mem) = memory::acquire<et>(n_elem);                       ^ ../inst/include/armadillo_bits/mat_meat.hpp:67:3: note: in instantiation of member function 'arma::mat<int>::init_cold' requested here   init_cold();   ^ ../inst/include/armadillo_bits/fn_randi.hpp:34:12: note: in instantiation of member function 'arma::mat<int>::mat' requested here   obj_type out(n_rows, n_cols);            ^ ../inst/include/armadillo_bits/fn_randi.hpp:92:10: note: in instantiation of function template specialization 'arma::randi<arma::mat<int> >' requested here   return randi<imat>(n_rows, n_cols, param);          ^ in file included fastlm.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 4611686018427387903 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/spmat_meat.hpp:25:22: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned int>' requested here   , col_ptrs(memory::acquire<uword>(2))                      ^ ../inst/include/armadillo_bits/fn_speye.hpp:49:10: note: in instantiation of member function 'arma::spmat<double>::spmat' requested here   sp_mat out;          ^ in file included fastlm.cpp:22: in file included ../inst/include/rcpparmadillo.h:30: in file included ../inst/include/rcpparmadilloforward.h:37: in file included ../inst/include/armadillo:270: ../inst/include/armadillo_bits/memory.hpp:55:14: warning: comparison of constant 18446744073709551615 expression of type 'const uword' (aka 'const unsigned int') false [-wtautological-constant-out-of-range-compare]     ( n_elem > (std::numeric_limits<size_t>::max() / sizeof(et)) ),       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/armadillo_bits/podarray_meat.hpp:363:11: note: in instantiation of function template specialization 'arma::memory::acquire<unsigned char>' requested here     mem = memory::acquire<et>(new_n_elem);           ^ ../inst/include/armadillo_bits/podarray_meat.hpp:84:3: note: in instantiation of member function 'arma::podarray<unsigned char>::init_cold' requested here   init_cold(new_n_elem);   ^ ../inst/include/armadillo_bits/diskio_meat.hpp:565:27: note: in instantiation of member function 'arma::podarray<unsigned char>::podarray' requested here   podarray<unsigned char> data(n);                           ^ 4 warnings generated. clang++ -dynamiclib -wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -l/usr/local/lib -l/usr/local/lib -o rcpparmadillo.so rcpparmadillo.o rcppexports.o fastlm.o -l/library/frameworks/r.framework/resources/lib -lrlapack -l/library/frameworks/r.framework/resources/lib -lrblas -l/usr/local/lib/gcc/i686-apple-darwin8/4.2.3/x86_64 -l/usr/local/lib/x86_64 -l/usr/local/lib/gcc/i686-apple-darwin8/4.2.3 -lgfortran -f/library/frameworks/r.framework/.. -framework r -wl,-framework -wl,corefoundation installing /library/frameworks/r.framework/versions/3.0/resources/library/rcpparmadillo/libs ** r ** inst ** preparing package lazy loading ** *** installing indices ** building package indices ** installing vignettes ** testing if installed package can loaded * done (rcpparmadillo) 

so rcpparmadillo installs warnings persist. happens warnings similar once posted yesterday above. not understand these warnings , still cannot compile (previously compilable) .cpp files. finally, able compile .cpp files not relying on rcpparmadillo think in fact rcpparmadillo problem.

edit: .cpp files compile warnings still there. told has recent armadillo updates - not rcpp/rcpparmadillo issue!


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -