-
Notifications
You must be signed in to change notification settings - Fork 81
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
Stock libxml2 broken on XCODE 8 #127
Comments
This is a problem with Xcode 8 on OS-X 10.11. It has been resolved in OS-X 10.12. |
@jeroenooms : went through the posts above however it is not very clear how I can fix this issue on 10.11 without upgrading to 10.12, can you please help or guide me on this? |
The easiest way is just installing the binary package from CRAN. If you really want to install from source you can use this workaround: https://stat.ethz.ch/pipermail/r-sig-mac/2016-September/012046.html |
Can confirm BDR's workaround works fine, just ran into this myself. |
I incorporated this workaround in our travis file: 92a9ec9 |
After upgrading OSX 10.11 to Xcode 8, I can no longer install
xml2
from source. Travis logs show the same problem for xcode8 + stock libxml2I suspect this is a bug in OS-X because Xcode 8 uses MacOSX10.12.sdk however I am still on 10.11. Hopefully the upgrade to OSX 10.12 will include a rebuild of
libxml2
which works with Xcode 8.I just can't figure out where
libsystem_symptoms.dylib
gets linked from. @s-u @krlmlrThe text was updated successfully, but these errors were encountered: