<div dir="ltr"><div dir="ltr"><div dir="ltr">FYI, based on my experiences today:<div>  - I am installing the R-4-0 branch from svn today (march 31)</div><div>  - I am using clang8 on OS X as recommended by CRAN/Simon</div><div>  - I am using homebrew, a widely used package manager on OS X, for many of my dependencies</div><div><br></div><div>1. Before installing R-4-0 I updated homebrew to get the latest versions of everything as of today.</div><div>2. I then compiled R and Rcpp, no errors.</div><div>3. However, when compiling RSQLite which depends on BH and Rcpp I get the error listed below</div><div>4. This was fixed by installing Rcpp 1.0.4.4 from the drat archive in the previous message by Dirk.</div><div><br></div><div>So for me - with the very latest homebrew + clang8 on OS X - I found the fix necessary to install RSQLite from source.</div><div><br></div><div>All of this may be noise, I have not had time to do a thorough investigation. Also, for the non-OS X people out there, CRAN does not use homebrew to pull in its dependencies, so there's that.</div><div><br></div><div>Best,</div><div>Kasper</div><div><br></div><div><br></div><div>--- Error from installing RSQLIte ---</div><div><br></div><div><div>In file included from DbColumn.cpp:1:</div><div>In file included from ./pch.h:1:</div><div>In file included from ./RSQLite.h:14:</div><div>In file included from /usr/local/R/4.0/lib/R/site-library/BH/include/boost/container/stable_vector.hpp:23:</div><div>In file included from /usr/local/R/4.0/lib/R/site-library/BH/include/boost/config.hpp:57:</div><div>In file included from /usr/local/R/4.0/lib/R/site-library/BH/include/boost/config/platform/macos.hpp:28:</div><div>In file included from /usr/local/R/4.0/lib/R/site-library/BH/include/boost/config/detail/posix_features.hpp:18:</div><div>/usr/include/unistd.h:665:27: error: unknown type name 'uuid_t'; did you mean 'uid_t'?</div><div>int      getsgroups_np(int *, uuid_t);</div></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Mar 22, 2020 at 8:58 AM Dirk Eddelbuettel <<a href="mailto:edd@debian.org">edd@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><br>
We are now at Rcpp 1.0.4.4 on master and in the drat -- Mattias Ellert<br>
contributed _another_ cleanup PR on the recent exceptions refactoring PR<br>
fixing two overlooked aspects that came up at ROOT.<br>
<br>
As before, master is current and the corresponding tar.gz is at the drat:<br>
<br>
   install.packages("Rcpp", repos="<a href="https://rcppcore.github.io/drat" rel="noreferrer" target="_blank">https://rcppcore.github.io/drat</a>")<br>
<br>
With special thanks to Mattias,  Dirk<br>
<br>
-- <br>
<a href="http://dirk.eddelbuettel.com" rel="noreferrer" target="_blank">http://dirk.eddelbuettel.com</a> | @eddelbuettel | <a href="mailto:edd@debian.org" target="_blank">edd@debian.org</a><br>
_______________________________________________<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" rel="noreferrer" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Best,<div>Kasper</div></div></div>