Skip to content
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

Compilation fails with Rust 1.73.0 and Xcode 15 #89

Closed
markusmoenig opened this issue Oct 7, 2023 · 2 comments
Closed

Compilation fails with Rust 1.73.0 and Xcode 15 #89

markusmoenig opened this issue Oct 7, 2023 · 2 comments

Comments

@markusmoenig
Copy link

thread 'main' panicked at /Users/markusmoenig/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.59/src/fallback.rs:811:9:
"enum_(unnamed_at_/Applications/Xcode_app/Contents/Developer/Platforms/MacOSX_platform/Developer/SDKs/MacOSX14_0_sdk/usr/include/MacTypes_h_382_1)" is not a valid Ident

@simlay
Copy link
Member

simlay commented Oct 10, 2023

I'm willing to bet that this is a dupe of #85. I'm not sure what your dependency tree looks like. Most things using coreaudio-sys are using semver. I merged (and published) a non-breaking change to coreaudio-sys with #86 to fix this issue. Hopefully cargo update fixes your issue. This updates any non-locked patch versions of crates.

@markusmoenig
Copy link
Author

Yes, this fixes it, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants