-
Notifications
You must be signed in to change notification settings - Fork 0
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
sharp - G_STATIC_ASSERT error #3
Comments
Hi @gmaclennan , Thank you for sharing the build error in this module. From the errors presented, it sounds like there's a static assert that's failing when trying to build for Android 32 bits: Also, if you're using a system installed library as a dependency for the module, it might not work, since it needs to be a library that's able to run in Android. A local version of the library that's able to support Android could be needed. Please let us know if you're able to make this module work. |
This is now fixed in glib 2.58.1 and this part of the build works. I am now hitting another error:
|
The error seems to be that the linker is not finding the symbol table on the object files it's trying to build with. |
sharp is a fast low-memory image resizer that uses libvips. The error when compiling is in GNOME glib, it does look like some work has been done in glib for Android.
I created a minimal repo to repro the error, which is:
The text was updated successfully, but these errors were encountered: