-
Notifications
You must be signed in to change notification settings - Fork 83
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
Requires C++11 but doesn't declare it #231
Comments
Same problem and error message here. For now, is there any way to work around this? |
These errors seem to be coming from your system unicode headers, not from code in this package. |
Here is a workaround: withr::with_makevars(c(CXX = "g++ -std=c++11"),
install.packages("xml2", verbose = TRUE)) |
Relates to #250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The package fails to install with
-std=c++98
, which I have by default forCXX
on my system.standard output and standard error
Created on 2018-09-27 by the reprex package (v0.2.1)
The text was updated successfully, but these errors were encountered: