Re: [Tuxpaint-devel] bugs
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Caroline F. <car...@go...> - 2007-11-30 22:27:18
|
On Fri, 2007-11-30 at 14:19 -0800, Bill Kendrick wrote: > On Fri, Nov 30, 2007 at 10:25:23PM +0000, Caroline Ford wrote: > > I don't think Ubuntu Dapper 6.06 LTS has the SDL Pango package. It has a > > ttf one which I have installed. According to packages.ubuntu.com > > libsdl-pango1 first makes its appearance in Ubuntu feisty. I'm puzzled > > why 0.9.17 compiled fine.. > > FYI Pango support was added to Tux Paint in this version (0.9.18). > Do you have the -dev packages, too? > > -bill! Ah - I though it was added in 0.9.17.. (now this makes sense..) Dapper (and Edgy) don't have any of the SDL-pango packages. I've downloaded and compiled SDL_Pango but it's still not happy complaining with: ...Linking Tux Paint... obj/tuxpaint.o: In function `wordwrap_text_ex':tuxpaint.c:(.text +0x3ec0): undefined reference to `SDLPango_SetText_GivenAlignment' obj/fonts.o: In function `TuxPaint_Font_OpenFont':fonts.c:(.text+0x137): undefined reference to `SDLPango_CreateContext_GivenFontDesc' collect2: ld returned 1 exit status make: *** [tuxpaint] Error 1 Caroline |