-
Notifications
You must be signed in to change notification settings - Fork 303
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
Linking with CC failed on WSL - version 'GLIBC_2.33' not found
#1753
Comments
Hi! Thanks for opening your first issue here! 😄 |
Hi, could you please This looks like something related to cargokit instead of flutter_rust_bridge core. |
Of course - Here is the output of running
|
version
GLIBC_2.33' not found`
version
GLIBC_2.33' not found`version 'GLIBC_2.33' not found
Ok so the error seems to be version 'GLIBC_2.33' not found, which I have seen several times when users are using cargokit to compile https://github.com/fzyzcjy/flutter_rust_bridge/issues?q=GLIBC_2.33. Searching cargokit (https://github.com/irondash/cargokit/issues?q=glibc) yields irondash/cargokit#55. Could you please check whether that one solves your problem?
|
@fzyzcjy just wanna make sure i don't misunderstand this - Should i just try and install flutter without snap? I don't have the pc available for the next two days, so i will dive into the links more once i get back. |
Yes, I think that comment means that. |
Reinstalling without snap worked. Thank you @fzyzcjy |
You are welcome! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue. |
Describe the bug
When compiling and/or running my app, cargo buildkit fails every time with the following error (On both Nightly and Stable toolchain):
Steps to reproduce
Create and run a flutter app on Ubuntu 22.04.3 LTS through WSL on Windows 11.
rust_flutter_bridge_codegen create my_app
Logs
Expected behavior
No response
Generated binding code
No response
OS
Ubuntu 22.04.3 LTS via. WSL on Windows 11
Version of
flutter_rust_bridge_codegen
flutter_rust_bridge_codegen 2.0.0-dev.24
Flutter info
Version of
clang++
Ubuntu clang version 14.0.0-1ubuntu1.1
Additional context
Every other rust project works fine by itself - This also goes for other dart/flutter projects. Only this, where i combine the two via. your tools, doesn't compile.
The text was updated successfully, but these errors were encountered: