Build Fails in Arch Linux x86_64 #2650
-
DescriptionI'm new to flutter and trying to work with the flutter_rust_bridge but when i migrated it in my project the build fails , also i tryed to for new project still build gets fails verbose logging also not helping Steps To Reproduce
System infoOS: Arch Linux x86_64 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Hi, could you please share the logs of the command you run? For example, suppose you run |
Beta Was this translation helpful? Give feedback.
-
here are the logs
|
Beta Was this translation helpful? Give feedback.
-
also i tryed the setup of frb example rust_ui_todo_list but same logs |
Beta Was this translation helpful? Give feedback.
-
actually the arch linux dont use the rustup it has own package management from where i have been using rust and its the recommended method using rust on the arch system |
Beta Was this translation helpful? Give feedback.
-
Well let me see i hope that works .can you explain how its related to CargoKit ? |
Beta Was this translation helpful? Give feedback.
-
Thanks buddy got it working the CargoKit only support the rustup installation just confirmed reinstalled my rust setup using rustup now its working as expected |
Beta Was this translation helpful? Give feedback.
I see. Then it may be helpful to ask in Cargokit repo, since this issue seems to be unrelated to flutter_rust_bridge but related to Cargokit compilation.