-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
make test doesn't work #21
Comments
can you also paste the output of “gcc -v” (should be an alias to apple clang on macs) |
|
You said you are on silicon now? (But previously intel) |
Yes. Bought the Mac in 2022 and migrated from an Intel with Migration Assistant. |
Hmm, so when you migrated did it also migrate your rust compiler? I wonder if completely reinstalling rust/rustup will help |
I only added rust recently via rustup |
I've heard somewhere, that the apple terminal sometimes runs via rosetta. So probably you need to disable it and then your termial runs with arm64 and not with x86_64. |
LOL, wtf... will try tomorrow. |
yeah, that's odd. I have two macbooks but they are the same arch (arm64) so I can't test one with intel... honestly I'm not sure what to do at this point lol, it seems to work for both of my laptops and Shark/Eric (both on Linux). Something odd must've happened with the migration |
Found it... Maybe it helps for figuring out, what to do. modular/max#1078. It's for another repository, but the steps should probably be the same. |
Jeez... Thanks for the hint, I will try to reinstall homebrew... in hope of not fucking up any of my other workflows... |
Just curious, did you ever get this to work? |
I will try tomorrow |
ok, the process has also been simplified as of this morning. You should now only have to clone this repo (with |
It works now. Somehow my rust-compiler was not migrated from intel to apple silicon... |
While trying out compiling the macOS client on my machine building the libs and bindings correctly didn't work
Some errors were found while running
in gosub-engine/gosub-bindings
The text was updated successfully, but these errors were encountered: