-
Notifications
You must be signed in to change notification settings - Fork 155
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
[Bug]: juceaide can't be linked with homebrew llvm #241
Comments
What command are you running to get to that point? I think you might need to report this to the juce team... Does juce build from the modules/juce submodule? If not, does it build from the juce tip? |
My process for compiling tracktion_engine is:
I tried building
|
Hmm, I can't even get that far:
Can I ask how you're specifying cmake to use llvm?
|
Sorry for the late response.
|
I'm sorry but I can't get this to work either. I can't even build juce as it can't seem to find the MacOS SDK libraries and frameworks, even though the |
It's all good. I was actually using homebrew llvm by accident, and was confused why it wasn't working. |
Detailed steps on how to reproduce the bug
when
llvm
is installed through homebrew, and cmake uses the/opt/homebrew/opt/llvm/bin/clang
compiler, juceaide fails to link.What is the expected behaviour?
That it links properly
Operating systems
macOS
What versions of the operating systems?
MacOS Ventura 13.3.1
Architectures
ARM (M1 Macbook Air)
Stacktrace
No response
Plug-in formats (if applicable)
No response
Plug-in host applications (DAWs) (if applicable)
No response
Testing on the
develop
branchThe bug is present on the
develop
branchCode of Conduct
The text was updated successfully, but these errors were encountered: