-
Notifications
You must be signed in to change notification settings - Fork 338
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
Error compiling demo to wasm on macOS #1357
Comments
What Clang version do you have? I have the same issue in my case (running demo also fails for host target). I suspect it's related to the build tools version, since I upgrade to macOS sequoia recently. My error:
I checked the header locates at |
I have solved the problem by using the following workaround: |
I have the following
I'm on macOS Sonoma 14.5 |
which indicates the cpp header file search files. And I think |
|
I ran into this today too on linux. exact same problem with missing algorithm header |
this worked for me too, I guess its an issue with the new Mac OS sequoia update |
this worked for me too👍 |
I'm trying to compile the demo https://github.com/dtolnay/cxx/tree/master/demo for wasm under macOS
The command is the following:
But getting an error:
What could be wrong?
The text was updated successfully, but these errors were encountered: