Skip to content
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

Problems building app for linux #577

Open
rolandgeider opened this issue May 12, 2024 · 4 comments
Open

Problems building app for linux #577

rolandgeider opened this issue May 12, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@rolandgeider
Copy link
Member

This just happened in the release action (I haven't tried this on a local machine yet), it seems it's not possible to build the app for linux:

Building Linux application...
/home/runner/work/flutter/flutter/linux/flutter/ephemeral/.plugin_symlinks/rive_common/macos/SheenBidi/Source/SBParagraph.c:618:16: error: unused variable 'stringLength' [-Werror,-Wunused-variable]
Build process failed

https://github.com/wger-project/flutter/actions/runs/9052280531/job/24869782253

It might be a bug in rive, or something else. Till this is fixed, the parts in the yml file have been commented

@rolandgeider rolandgeider added the bug Something isn't working label May 12, 2024
@rolandgeider
Copy link
Member Author

@Dieterbe
Copy link
Contributor

looks like we only use Rive to show the animated logo, i'm also a bit surprised this uses a custom file format (.riv), which i don't seem to be able to open in my image editor.
perhaps we can do this simpler, and just use flutter's builtin image support to show an animated gif? e.g. as shown in https://stackoverflow.com/questions/51556356/how-to-display-animated-gif-in-flutter

@rolandgeider
Copy link
Member Author

The animation format can do much more than a gif, and it's also vector graphics, which is also nice. I managed to temporarily fix this by going back to a slightly older version

@Dieterbe
Copy link
Contributor

any time i do anything in the flutter codebase, it always automatically adds these changes: #586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants