Hi all, I have successfully cross compiled directfb 1.2.0 for ti davinci DM365. I am able to run some of the sample application (simple.c & df_fire.c etc) on the target. but when i run the example for drawing text (text.c of ../DFBTutorials-0.5.0) i am getting the following errors..
$./text ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.2.0 |~~~~~~~~~~~~~~~~~~~~~~~~~~ (c) 2001-2008 The world wide DirectFB Open Source Community (c) 2000-2004 Convergence (integrated media) GmbH ---------------------------------------------------------------- (*) DirectFB/Core: Single Application Core. (2010-04-22 05:25) (*) Direct/Thread: Started 'VT Switcher' (-1) [CRITICAL OTHER/OTHER 0/0] <8388608>... (*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org) (*) DirectFB/Core/WM: Default 0.3 (directfb.org) (*) FBDev/Surface: Allocated 640x480 8 bit LUT8 buffer (index 0) at offset 0 and pitch 640. (*) FBDev/Mode: Setting 640x480 LUT8 (*) FBDev/Mode: Switched to 640x480 (virtual 640x960) at 8 bit (LUT8), pitch 640 (*) FBDev/Surface: Allocated 640x480 8 bit LUT8 buffer (index 1) at offset 307200 and pitch 640. (*) FBDev/Surface: Allocated 640x480 8 bit LUT8 buffer (index 0) at offset 0 and pitch 640. (!) Direct/Interface: Unable to dlopen `/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.so'! --> /usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.so: undefined symbol: FT_Set_Char_Size text.c <113>: (#) DirectFBError [dfb->CreateFont (dfb,"decker.ttf", &font_dsc, &font)]: No (suitable) implementation found! (!!!) *** WARNING [Application exited without deinitialization of DirectFB!] *** [core.c:859 in dfb_core_deinit_check()] (!!!) *** WARNING [still objects in 'Layer Region Pool'] *** [object.c:241 in fusion_object_pool_destroy()] (!!!) *** WARNING [still objects in 'Layer Context Pool'] *** [object.c:241 in fusion_object_pool_destroy()] (!!!) *** WARNING [still objects in 'Surface Pool'] *** [object.c:241 in fusion_object_pool_destroy()] The directory path is correct.so its opening the directory,but not able to open libidirectfbfont_ft2.so libidirectfbfont_ft2.so is available in the directory "<prefix>/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont" but still iam getting the following error. can anyone tell me the reason for the error and how to solve it? _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev