<font>Liu,</font><div><font><br></font></div><div><font>A couple of initial reactions. The location of the R.h header is platform dependent. On what platform are you working? You can always just paste the output of the R function "</font>sessionInfo()".</div>


<div><br></div><div>Next, the Rcpp team strongly recommends using an "inline"-based approach where possible and an R package when that isn't possible. Those two approaches take care of the file/directoy linker flags for you.</div>

<div><br></div><div>JPO</div><div><font><br><br>
<font face="arial, helvetica, sans-serif">-------------------------------------------------------------------------</font><br><font face="arial, helvetica, sans-serif">J. P. Olmsted</font><br><br><a href="mailto:j.p.olmsted@rochester.edu" style="font-family:arial,helvetica,sans-serif" target="_blank">j.p.olmsted@rochester.edu</a><br>


<a href="mailto:j.p.olmsted@gmail.com" style="font-family:arial,helvetica,sans-serif" target="_blank">j.p.olmsted@gmail.com</a><br><br></font><a href="http://about.me/olmjo" target="_blank">http://about.me/olmjo</a><font><br>


<font color="#0000ee" face="arial, helvetica, sans-serif"><u><a href="http://www.linkedin.com/in/olmjo" target="_blank">www.linkedin.com/in/olmjo</a></u></font><br></font><font style="font-family:arial,helvetica,sans-serif" size="2"></font><font style="font-family:arial,helvetica,sans-serif" size="2">-------------------------------------------------------------------------</font><br>


<font style="font-family:arial,helvetica,sans-serif" size="2"><br></font><br><br>
<br><br><div class="gmail_quote">On Sun, Aug 26, 2012 at 6:14 PM, Michael Hannon <span dir="ltr"><<a href="mailto:jm_hannon@yahoo.com" target="_blank">jm_hannon@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>> I'm trying to write C++ code and call it in R. But after installing the Rcpp<br>
> package in R, I cannot find where the R.h and the other header file are.<br>
> When writing code in eclipse, it's really annoying to deal with the errors<br>
> because of the non-existance of R.h's. Is it a built-in feature of Rcpp or<br>
> just i'm not on the right track?<br>
<br>
</div>On my system (Fedora 17 linux), R.h is located in /usr/include, and it comes<br>
from a general R package, not one connected specifically to Rcpp:<br>
<br>
    $ locate R.h<br>
    ...<br>
    /usr/include/R/R.h<br>
    ...<br>
<br>
    $ rpm -q -f /usr/include/R/R.h<br>
    R-devel-2.15.1-1.fc17.x86_64<br>
<br>
-- Mike<br>
<div><div>_______________________________________________<br>
Rcpp-devel mailing list<br>
<a href="mailto:Rcpp-devel@lists.r-forge.r-project.org" target="_blank">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>
</div></div></blockquote></div><br></div>