Re: [Tuxpaint-devel] SDL-pango (was 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:45:08
|
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! make nopango produces more errors: secret@eser:/media/feisty/home/secret/Music/tuxpaint-0.9.18$ make nopango Building with Pango DISABLED make NOPANGOFLAG=NO_SDLPANGO SDL_PANGO_LIB= make[1]: Entering directory `/media/feisty/home/secret/Music/tuxpaint-0.9.18' ...Linking Tux Paint... obj/tuxpaint.o: In function `wordwrap_text_ex':tuxpaint.c:(.text +0x3e39): undefined reference to `SDLPango_SetDefaultColor' :tuxpaint.c:(.text+0x3e5c): undefined reference to `SDLPango_SetMinimumSize' :tuxpaint.c:(.text+0x3e87): undefined reference to `SDLPango_SetBaseDirection' :tuxpaint.c:(.text+0x3ec0): undefined reference to `SDLPango_SetText_GivenAlignment' :tuxpaint.c:(.text+0x3ecd): undefined reference to `SDLPango_CreateSurfaceDraw' :tuxpaint.c:(.text+0x3f66): undefined reference to `SDLPango_SetBaseDirection' obj/tuxpaint.o: In function `render_text':tuxpaint.c:(.text+0x642d): undefined reference to `SDLPango_SetDefaultColor' :tuxpaint.c:(.text+0x6443): undefined reference to `SDLPango_SetText' :tuxpaint.c:(.text+0x644d): undefined reference to `SDLPango_CreateSurfaceDraw' obj/tuxpaint.o: In function `do_render_cur_text':tuxpaint.c:(.text +0xa2e9): undefined reference to `SDLPango_SetDefaultColor' :tuxpaint.c:(.text+0xa490): undefined reference to `SDLPango_SetText' :tuxpaint.c:(.text+0xa49d): undefined reference to `SDLPango_CreateSurfaceDraw' obj/tuxpaint.o: In function `main':tuxpaint.c:(.text+0x16f71): undefined reference to `SDLPango_Init' obj/fonts.o: In function `TuxPaint_Font_CloseFont':fonts.c:(.text+0x38): undefined reference to `SDLPango_FreeContext' obj/fonts.o: In function `TuxPaint_Font_OpenFont':fonts.c:(.text+0x137): undefined reference to `SDLPango_CreateContext_GivenFontDesc' obj/fonts.o: In function `charset_works':fonts.c:(.text+0x1ba0): undefined reference to `SDLPango_SetDefaultColor' :fonts.c:(.text+0x1bb9): undefined reference to `SDLPango_SetText' :fonts.c:(.text+0x1bc6): undefined reference to `SDLPango_CreateSurfaceDraw' collect2: ld returned 1 exit status make[1]: *** [tuxpaint] Error 1 make[1]: Leaving directory `/media/feisty/home/secret/Music/tuxpaint-0.9.18' make: *** [nopango] Error 2 secret@eser:/media/feisty/home/secret/Music/tuxpaint-0.9.18$ This is on Ubuntu Dapper. I'll switch to my feisty partition and try there. Caroline |