We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5344

Summary: SDL_ttf 2.0.11.1 missing from releases
Product: SDL_ttf Reporter: Gleb Mazovetskiy <glex.spb>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: sezeroz
Version: 2.0.11   
Hardware: x86_64   
OS: Linux   

Description Gleb Mazovetskiy 2020-11-08 22:00:24 UTC
The archives are missing from here:
https://www.libsdl.org/projects/SDL_ttf/release/

---

Aside: there're also a build error when building 78a52916207f via buildroot:

   showfont.o: undefined reference to symbol 'libiconv_open'

(even though the libiconv 1.15 exists)

Is there a way to disable building showfont?
Comment 1 Ozkan Sezer 2020-11-09 02:06:57 UTC
(In reply to Gleb Mazovetskiy from comment #0)
> The archives are missing from here:
> https://www.libsdl.org/projects/SDL_ttf/release/

I don't think Ryan and Sam will do any new SDL1.2-based releases
in the foreseeable future. (I'm just maintaining existing code..)

> Aside: there're also a build error when building 78a52916207f via buildroot:
> 
>    showfont.o: undefined reference to symbol 'libiconv_open'
> 
> (even though the libiconv 1.15 exists)
> 
> Is there a way to disable building showfont?

https://hg.libsdl.org/SDL_ttf/rev/de50cffd41e6 should fix
showfont linkage. (If not drop a note here.)
Comment 2 Ozkan Sezer 2020-11-11 01:49:03 UTC
Closing as fixed.
Comment 3 Gleb Mazovetskiy 2020-11-15 13:14:22 UTC
Thanks, the build does work now!