We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been trying (and failing) to build t4kcommon without SDLPango.
Here's what I tried (trying to follow INSTALL when possible):
Make ended with the following errors:
/usr/bin/ld: ./.libs/libt4k_common.so: undefined reference toTTF_OpenFont' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to TTF_CloseFont' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to TTF_RenderUTF8_Blended' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to TTF_SizeUTF8' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to TTF_GlyphMetrics' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to TTF_FontAscent' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to TTF_Init' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to TTF_Quit'
/usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_CloseFont' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_SizeUTF8' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_FontAscent' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_Quit'
The text was updated successfully, but these errors were encountered:
Any update on this? I have this same problem, void linux.
Sorry, something went wrong.
No branches or pull requests
I've been trying (and failing) to build t4kcommon without SDLPango.
Here's what I tried (trying to follow INSTALL when possible):
Make ended with the following errors:
/usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_OpenFont'/usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_CloseFont' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_RenderUTF8_Blended'/usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_SizeUTF8' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_GlyphMetrics'/usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_FontAscent' /usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_Init'/usr/bin/ld: ./.libs/libt4k_common.so: undefined reference to
TTF_Quit'
The text was updated successfully, but these errors were encountered: