-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRAN release 2.3.1 fails to build on clang MacOS X #3
Comments
Hi Greg, Best On 29/12/15 21:44, Gregory Jefferis wrote:
|
OK – sorry I missed that. Thanks! Best, Greg. |
Released and seemingly all OK now: https://cran.r-project.org/web/checks/check_results_Rvcg.html |
Hi Stefan,
It looks like the latest build of Rvcg fails to build with clang on the R build server:
https://cran.r-project.org/web/checks/check_results_Rvcg.html
This mainly affects macosx binaries:
https://www.r-project.org/nosvn/R.check/r-release-osx-x86_64-mavericks/Rvcg-00check.html
The error looks to me like it is related to this one
libgamera/GAMERA#12
which I guess would make it a missing include. But I see you already added an isnan patch here:
zarquon42b/Rvcg@e22193c
So it may be that you just need to test for clang as well as gcc (as commented here zarquon42b/Rvcg@e22193c#commitcomment-15195841).
The text was updated successfully, but these errors were encountered: