3.2.3 failed to build with Homebrew LLVM 17. Worked with LLVM 16 #2343
Unanswered
silent-e
asked this question in
Build failures
Replies: 2 comments 3 replies
-
I'm not investigating it deeply yet. You can build it with |
Beta Was this translation helpful? Give feedback.
0 replies
-
edit: removing this assumption as it turned out to be incorrect, re: Xcode latest version and llvm versions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just thought I'd report an issue or two I had when installing 3.2.3 on my Intel iMac under Ventura via rbenv. I have both the
llvm
(version 17) andllvm@16
brews installed and 3.2.3 was giving me the following error when version 17 was linked.However when I switched to llvm 16 using
brew link --overwrite llvm@16
only then did 3.2.3 install. One other thing I had to do which might be of use to someone was I had to setRUBY_CONFIGURE_OPTS="rb_cv_symbol_prefix=_"
because of the following error.Not sure if both need to be addressed but wanted to mention it for anyone else having these issues.
(e)
Beta Was this translation helpful? Give feedback.
All reactions