-
Notifications
You must be signed in to change notification settings - Fork 307
undefined reference to png_init_filter_functions_vsx #652
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
Comments
Add two auxiliary source files needed to properly build libpng for the ppc64 architecture.
@cstkingkey Thanks for this report. I would hope the above-mentionned commit fixes the issue. Do you confirm that? If yes, please, close the issue. |
No. png/CMakeLists.txt is not updated. so the new source fles are not built. |
@cstkingkey Sorry, I had forgotten about CMake-based building. That should be better with the commit mentionned above. Could you, please, explain a bit what are the connections between projects FLTK and Godot, if any ? TIA. |
just a search result of same issue. thanks for the quick fix. |
ppc64el target building fails with undefined reference to png_init_filter_functions_vsx
from godotengine/godot#56448
need to set cfags with -DPNG_POWERPC_VSX_OPT=0 or use system png
The text was updated successfully, but these errors were encountered: