-
Notifications
You must be signed in to change notification settings - Fork 29
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
An installation error on mac #150
Comments
Hmm I don't recognize his warning, never seen that before, it may be something new in the latest xcode.
Is there any reason you are compiling the source package, instead of using the pre-compiled binary? Can you try install.packages("V8", type = 'mac.binary') |
Thanks. Yes, it used to work until I upgraded xcode. I tried
Next, I downloaded a macOS binary (arm64) from CRAN and tried
|
Ah ok I guess the binary only works if you use the official R from CRAN and not the homebrew version of R. You can probably simplify your life with
|
Wow, now |
I was able to reproduce the error after installing
Here's some more verbose output...
I think there's two issues. First, the pointer compression test code needs to make sure the bundled libv8 compiler flags come first, before anything set by R: Lines 123 to 134 in 196359b
That is, the Second, V8 needs a way to tell Homebrew R to link with the version of libv8 that it's providing. Unfortunately,
I don't see a clean way of doing this except perhaps with a |
Here is the R session information and the error code.
The text was updated successfully, but these errors were encountered: