-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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'