-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does not compile on RHEL7/Centos - Parse errors with g++ 4.8.5 - possible solution provided #234
Comments
Merged
@LauraBireley can you try installing the branch in this PR? |
Will do and I'll get back to you.
Thanks,
Laura
…On Tue, Jul 13, 2021, 11:53 AM Davis Vaughan ***@***.***> wrote:
@LauraBireley <https://github.com/LauraBireley> can you try installing
the branch in this PR? devtools::install_github("r-lib/clock#240")
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#234 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUKOHZPB63JLMGIGWOAOFH3TXSDRPANCNFSM457M2EEA>
.
|
@LauraBireley any updates here? I plan to submit a new version of clock fairly soon and am curious to know if this fixed it for you |
Hi,
I forgot to test - I will try to get to it today. I'm an RStudio Workbench
Pro admin so I don't usually use the packages, just debug when they don't
work.
Thanks for following up.
-Laura
…On Tue, Jul 20, 2021 at 10:53 AM Davis Vaughan ***@***.***> wrote:
Closed #234 <#234> via #240
<#240>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#234 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUKOHZIWWYJ6QVCGNHCQH5TTYWZX7ANCNFSM457M2EEA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary
Clock will not compile on RHEL7/Centos7 because 4.8.5 is the only supported c++ compiler version on those platforms.
I have attached the output of the install.packages command to the end this ticket for the specific errors with date.h and error message
Possible Solution
Howard Hinnant has provided a fix for this issue with a pre-compiler directive so that projects using his date library will compile under g++ 4.8.5.
Why Fix This?
RStudio Server is still supported for RHEL7/Centos7. A lot of government enterprise RStudio Server installations still use RHEL7.
Request
Could you please consider adding the the pre-compiler directive from HH below to make the clock package backwardly compatible with RHEL7/Centos7 systems running g++ 4.8.5?
Reference
See: Date Issue#264
Compilation Output for clock on RHEL 7 wit g++ 4.8.5
The text was updated successfully, but these errors were encountered: