[SM-Grimoire-Bugs] [Bug 13630] cast of sdl_ttf fails: freetype/internal/ftobjs.h: No such file or directory
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Sun Mar 18 11:36:32 EDT 2007
http://bugs.sourcemage.org/show_bug.cgi?id=13630
------- Additional Comments From m.spitzbarth at gmx.de 2007-03-18 09:36 -------
Thomas, you were right. It didn't come to my mind to search in freetype2, I just
searched the bug database of sdl.
The freetype homepage has patches for various programs, including SDL_ttf:
http://freetype.fis.uniroma2.it/freetype2/patches/rogue-patches.html
I got sdl_ttf compiled by doing the following:
-------------begin bash input
delve -c start config_loc sdl_ttf
cd /usr/src/SDL_ttf-2.0.8/
wget
http://freetype.fis.uniroma2.it/freetype2/patches/SDL_ttf-2.0.7-noftinternals.patch
patch -i SDL_ttf-2.0.7-noftinternals.patch
# here I typed in SDL_ttf.c as the file to patch manually
cd
delve -c config_loc end sdl_ttf
-------------end bash input
I don't feel competent enough (yet) to integrate the patch into the grimoire by
myself, but I'm sure there is a guru who knows how to implement that.
I tested the installation of sdl_ttf by casting enigma2, which depends on it.
The cast failed, but there is a newer version available. Manually downloading
enigma2, ./configure && make && ./enigma worked fine after casting xerces-c. I
will file another bug for enigma2 for the version upgrade and the missing
dependency.
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the SM-Grimoire-Bugs
mailing list