Skip to content
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

explicit Rcpp::as<> and uint32_t for solaris compilation #15

Merged
merged 3 commits into from Nov 18, 2018

Conversation

@eddelbuettel
Copy link
Owner

@eddelbuettel eddelbuettel commented Nov 17, 2018

Hi @traversc
CRAN offers these checks about how the package(s) are doing and I have been slowly working down my liist of ERROR outcomes. The report for our package shows a build-failure on Solaris.

Because we generally did not have (easy) access to Solaris I mostly ignored these over the years. But RHub can build on Solaris, so I gave this a shot. The PR is actually pretty small. We need to disambiguate as<>() with a Rcpp:: prefix, and for some reason we (again?) have the dreaded u_int32_t when it should be uint32_t per the csdtint header.

Please take a look if you get a minute, this is not changing any internals or behavior and should be simple.

@eddelbuettel eddelbuettel merged commit 676dea8 into master Nov 18, 2018
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@eddelbuettel eddelbuettel deleted the bugfixe/solaris_compilation branch Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.