Public bug reported:

I have a self-coded C++ application that uses sdl-ttf. For some reason it
causes a undefined symbol error when trying to render text:

App output:
Oh My Goodness, an error : Failed loading DPMSDisable: /usr/lib/libX11.so.6: 
undefined symbol: DPMSDisable
 
>From source lines:
if(!(text_surface=TTF_RenderText_Solid(font,text.c_str(), color))) {
        printf("Oh My Goodness, an error : %s", TTF_GetError());
}

I've googled for error and found this:
http://lists.libsdl.org/pipermail/sdl-libsdl.org/2006-November/058768.html

Maybe this ubuntu package is compiled with wrong freetype version or something. 
I'm 
not sure what really could be the cause for this.

Versions:
libfreetype6-2.2.1-5
libsdl-ttf2.0-0 2.0.8-2

Running on Edgy x86_64

** Affects: sdl-ttf2.0 (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Unable to render text
https://launchpad.net/bugs/93445

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to