<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi, all.&nbsp;Dirk Eddelbuettel&nbsp;[1] has been working to pull&nbsp;Rcpp&nbsp;[2] source code out from phylobase and make it a dependency instead. Rcpp is used to interact with C++ code -- we included its source in phylobase because we used it to interact with NCL but at the time Rcpp was abandoned and not available in many CPAN mirrors, but it has since been taken over by Dirk. His phylobase changes are committed to R-forge trunk, but there are errors on the Mac build (see command check [3]). Dirk's been debugging it (with me trying to help by typing what I'm told to on my mac) but we're still running into problems. Anyone else want to take a crack at it?</div><div><br></div><div>Things to know:&nbsp;</div><div>Rcpp Template will throw an error if you install from source. This is known, and apparently not relevant to our problem.</div><div>I'm getting errors like "i686-apple-darwin9-g++-4.2.1: PKG_LIBS=<b>/Library/Frameworks/R.framework/Resources/library/Rcpp/lib/i386/libRcpp.a: No such file or directory</b>" when doing&nbsp;</div><div><br></div><div>R CMD SHLIB PKG_CXXFLAGS="-I/Library/Frameworks/R.framework/Resources/library/Rcpp/lib/i386 -Incl/ncl" PKG_LIBS="/Library/Frameworks/R.framework/Resources/library/Rcpp/lib/i386/libRcpp.a -Lncl/ncl/.libs -lncl" -o phylobase.dylib *cpp *c</div><div><br></div><div>even though&nbsp;/Library/Frameworks/R.framework/Resources/library/Rcpp/lib/i386/libRcpp.a clearly exists on my system:</div><div><br></div><div><div>ls -ulth /Library/Frameworks/R.framework/Resources/library/Rcpp/lib/i386/libRcpp.a</div><div>-rw-r--r-- &nbsp;1 bomeara &nbsp;admin &nbsp; 1.1M Dec 15 14:13 /Library/Frameworks/R.framework/Resources/library/Rcpp/lib/i386/libRcpp.a</div><div><br></div><div>I'd suspect something off with just my system, other than the fact that R-forge is also having issues.</div><div><br></div><div>Thanks,</div><div>Brian</div></div><div><br></div><div>[1]:&nbsp;<a href="http://dirk.eddelbuettel.com/">http://dirk.eddelbuettel.com/</a></div><div>[2]:&nbsp;<a href="http://dirk.eddelbuettel.com/code/rcpp.html">http://dirk.eddelbuettel.com/code/rcpp.html</a></div><div>[3]:&nbsp;<a href="http://r-forge.r-project.org/R/?group_id=111&amp;log=check_x86_64_mac&amp;pkg=phylobase&amp;flavor=patched">http://r-forge.r-project.org/R/?group_id=111&amp;log=check_x86_64_mac&amp;pkg=phylobase&amp;flavor=patched</a></div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>------------------------------------------------------</div><div>Brian O'Meara</div><div><a href="http://www.brianomeara.info">http://www.brianomeara.info</a></div><div>Assistant Prof.</div><div>Dept. Ecology &amp; Evolutionary Biology</div><div>U. of Tennessee, Knoxville</div></div> </div><br></body></html>