<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm trying to build the qtdensity example which comes with RInside, using Qt Creator and the qtdensity.pro file included, but my build fails because g++ can't find libRInside.a. Running Rscript on command line shows that RInside:::LdFlags() does not return the full path, as it is doing for Rcpp, hence the error:<div><span class="Apple-style-span" style="color: rgb(0, 0, 170); "><br></span></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 170); "><div>> /Library/Frameworks/R.framework/Resources/bin/Rscript -e "Rcpp:::CxxFlags()"</div><div>-I/Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rcpp/include</div><div><br></div></span></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 170); ">></span> /<span class="Apple-style-span" style="color: rgb(0, 0, 170); ">Library/Frameworks/R.framework/Resources/bin/Rscript -e "Rcpp:::LdFlags()"</span></div><div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><font class="Apple-style-span" color="#AA0000"><font class="Apple-style-span" color="#0000AA"><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; ">/Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rcpp/lib/x86_64/libRcpp.a</div></div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; ">> /Library/Frameworks/R.framework/Resources/bin/Rscript -e "RInside:::CxxFlags()"</div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; ">-I/Library/Frameworks/R.framework/Versions/2.15/Resources/library/RInside/include</div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; ">> /Library/Frameworks/R.framework/Resources/bin/Rscript -e "RInside:::LdFlags()"</div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; ">/libRInside.a</div><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div></font></font></div></div><div>(RInside 0.2.6, OS 10.6.8). Have I missed something obvious here? The only thing I can think of is that it's an architecture issue, as there is no .../RInside/lib/x86_64/libRInside.a file.</div><div><br></div><div>Thanks.</div><div>jc (Melbourne)</div><div><br><div><br></div><div><br></div></div></body></html>