You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't sure whether to post this as an issue or a discussion, I chose the latter because I found a solution and I don't have the full text of the error messages.
I'll leave it up to the project maintainers how to handle this problem.
Trying to build Spotube (last commit: 87a7854) in Fedora Linux 40 results in a few errors.
After all these steps, I finally got the app launching.
I'm not into Flutter/Dart development, hence I probably made a mistake without meaning to, but if this guide can somehow improve the documentation, I'll be very happy!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Trying to build Spotube (last commit: 87a7854) in Fedora Linux 40 results in a few errors.
After following the guide in CONTRIBUTION.md, I only managed to build after:
cmake
(sudo dnf install cmake
)ninja-build
(sudo dnf install ninja-build
)win32
project dependency making it a direct dependency (flutter pub add win32
)Error: Type 'UnmodifiableUint8ListView' not found.
sudo dnf install rustup && rustup-init
)Cargokit BuildTool failed with error: rustup not found in PATH.
media_kit
andmedia_kit_libs_audio
(flutter pub upgrade media_kit media_kit_libs_audio
)<command line>:1:9: error: macro name must be an identifier
After all these steps, I finally got the app launching.
I'm not into Flutter/Dart development, hence I probably made a mistake without meaning to, but if this guide can somehow improve the documentation, I'll be very happy!
This is a fantastic app, thanks!
Beta Was this translation helpful? Give feedback.
All reactions