-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
Clang linker error on macOS 15.1.1 with Odin version dev-2025-03 #4922
Comments
A minimal reproducible program: package main
import ns "core:sys/darwin/Foundation"
main :: proc() {
menu := ns.Menu.alloc()->init()
} |
For anyone coming from Google and looking for a fix, gingerBill mentioned on Discord and I verified on my machine, passing |
Curious if this is a temp or permanent fix. I downgraded back to |
In the discord in the discord server he mentioned that it's not really a fix, but rather a work around until fixed. |
Context
Today I updated to Odin version
dev-2025-03
Previously was using devdev-2024-11
. Now I am getting thrown an error that I've never seen before and am unable to use theodin build
command and thus cannot compile/run my program.Operating System & Odin Version:
Expected Behavior
Program should compile
Current Behavior
Currently when using
odin build
the terminal throws this error:Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
dev-2025-03
./build_odin.sh
to build new odin versionodin build main
5: Get clang error thrown
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: