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

Fix linux compilation errors #5

Conversation

Snowcrash5
Copy link

It seems that sometime the option to turn warnings into errors was turned on
Some functions are only used by asserts so in release they become unused functions.

This fixes compilation on Ubuntu 24.04

@jwinarske
Copy link
Contributor

jwinarske commented Sep 26, 2024

@jwinarske
Copy link
Contributor

Also there is only a main branch.

@Snowcrash5
Copy link
Author

gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Ubuntu clang version 18.1.3 (1ubuntu1)

It happens when I build my Flutter app with the normal rive package in it.

Looks like there's already an issue:
rive-app/rive-flutter#390

@jwinarske
Copy link
Contributor

I see. This repo was specifically made for building librive_text.so for Yocto Linux; which has no compilation issues.

@Snowcrash5
Copy link
Author

Oh I see. Seems like theres no rive common repo, all comes via the pub package... Well lets hope they see this on that issue :)

@Snowcrash5 Snowcrash5 closed this Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants