-
-
Notifications
You must be signed in to change notification settings - Fork 45
compiler error, [-Wimplicit-function-declaration] #391
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
Comments
Can confirm I have the same issue on PopOS (which is based on Ubuntu) when trying to build with the install_ubuntu_deps.sh |
Thank you for your reports. It will be resolved by swiftlang/swift-tools-support-core#363, which will be included in the next carton release. So just a moment, please 🙏 |
Can confirm that I no longer have the error after the update. |
Ok. But does it work? I mean, have you tried to run the sample code and see something on the browser? |
Correct. I've tested it and it works fine. (You will just have to specify snapshot version of swift-wasm 5.8 in .swift-version to have it to work as well) |
I tried to create my own docker image. because the current Carton docker doesn't have lldb debugger and soucekip-lsp. So, I tried to create my own.
But when i typed:
I got the following error:
To show my linux version with command,
uname -a
swift's version:
my clang version with command,
clang --version
The text was updated successfully, but these errors were encountered: