<div dir="ltr">Thanks, Kevin.<div><br></div><div>Everything is working now, which is fantastic.  I still do get 'ld' warnings, but the function works just fine.  Do those warnings indicate any other problems (e.g., when making a package)?</div>
<div><br></div><div>Thanks again, Scott</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 4, 2013 at 9:44 AM, Kevin Ushey <span dir="ltr"><<a href="mailto:kevinushey@gmail.com" target="_blank">kevinushey@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The .tgz files aren't source packages; those are the formats given to<br>
the binary packages distributed on CRAN. You should be able to install<br>
the source versions with install.packages( c("Rcpp", "RcppArmadillo"),<br>
type="source") (and these are served up as .tar.gz).<br>
<br>
Make sure your ~/.R/Makevars file is set up accordingly as well; e.g.<br>
the answers here:<br>
<a href="http://stackoverflow.com/questions/19546672/rcpp-error-with-xcode-5-0-and-osx-10-8-5-and-r-3-0-2" target="_blank">http://stackoverflow.com/questions/19546672/rcpp-error-with-xcode-5-0-and-osx-10-8-5-and-r-3-0-2</a><br>

<br>
-Kevin<br>
<div><div class="h5"><br>
On Mon, Nov 4, 2013 at 9:35 AM, Scott Monroe <<a href="mailto:monroeleescott@gmail.com">monroeleescott@gmail.com</a>> wrote:<br>
> This is sort of piggy-backing on the thread with Michael and Romain.<br>
><br>
> I can't get RccpArmadillo working properly and am looking for suggestions.<br>
><br>
> I have installed:<br>
> R 3.0.2<br>
> Xcode 5.0.1 and command line tools<br>
> gfortran libs (i.e., gfortran-4.9-bin.tar)<br>
> Rcpp package from source (i.e., Rcpp_0.10.6.tgz)<br>
> RcppArmadillo package from source (i.e., RcppArmadillo_0.3.920.1.tgz)<br>
><br>
> below, "rowSums.cpp" contains a function Romain Francis wrote, and can be<br>
> seen in the middle of this post:<br>
> <a href="http://www.mail-archive.com/rcpp-devel@lists.r-forge.r-project.org/msg05742.html" target="_blank">http://www.mail-archive.com/rcpp-devel@lists.r-forge.r-project.org/msg05742.html</a><br>
><br>
> In the R session, I have:<br>
><br>
>> evalCpp("1+1")<br>
> [1] 2<br>
><br>
>> sourceCpp("rowSums.cpp")<br>
> Error in<br>
> dyn.load("/var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so")<br>
> :<br>
>   unable to load shared object<br>
> '/var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so':<br>
><br>
> dlopen(/var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so,<br>
> 6): Symbol not found:<br>
> __ZNK4Rcpp7RObject4attrERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE<br>
>   Referenced from:<br>
> /var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so<br>
>   Expected in: flat namespace<br>
>  in<br>
> /var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so<br>
><br>
>> sessionInfo()<br>
> R version 3.0.2 (2013-09-25)<br>
> Platform: x86_64-apple-darwin10.8.0 (64-bit)<br>
><br>
> locale:<br>
> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8<br>
><br>
> attached base packages:<br>
> [1] stats     graphics  grDevices utils     datasets  methods   base<br>
><br>
> other attached packages:<br>
> [1] RcppArmadillo_0.3.920.1 Rcpp_0.10.6<br>
><br>
> loaded via a namespace (and not attached):<br>
> [1] tools_3.0.2<br>
><br>
><br>
> Any suggestions?  Thanks.<br>
><br>
</div></div>> _______________________________________________<br>
> Rcpp-devel mailing list<br>
> <a href="mailto:Rcpp-devel@lists.r-forge.r-project.org">Rcpp-devel@lists.r-forge.r-project.org</a><br>
> <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel</a><br>
</blockquote></div><br></div>