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

Make it possible to compile with gcc #360

Open
jebos opened this issue Apr 20, 2023 · 0 comments · May be fixed by #362
Open

Make it possible to compile with gcc #360

jebos opened this issue Apr 20, 2023 · 0 comments · May be fixed by #362

Comments

@jebos
Copy link

jebos commented Apr 20, 2023

It would be nice to make rive-cpp compile with a recent gcc version. Right now it fails due to some issues in smid.hpp and others.

The adventage would be that it can then more easily integrated in embedded devices with already existing gcc based sdk / crosscompile toolchains.

BertholdKrevert referenced this issue in BertholdKrevert/rive-cpp Aug 29, 2023
Since gcc lacks support for vector builtins/the ext_vector_type attribute,
incorporate the polyfill already utilized by the MSVC target

Fixes https://github.com/rive-app/rive-cpp/issues/360
@BertholdKrevert BertholdKrevert linked a pull request Aug 29, 2023 that will close this issue
BertholdKrevert referenced this issue in basysKom/rive-cpp Aug 30, 2023
Since gcc lacks support for vector builtins/the ext_vector_type attribute,
incorporate the polyfill already utilized by the MSVC target

Fixes https://github.com/rive-app/rive-cpp/issues/360
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 a pull request may close this issue.

1 participant