On Wed, 2005-10-12 at 15:22 -0700, Nathanael D. Noblet wrote: > Pointers on where to start to make this happen? As well as feedback as > to whether you even want to see the patch to integrate back into DFB or > not etc...
Seems like there are other problems. In testing how it all worked I simply edited the toplevel configure script changing the FREETYPE_LIBS/CFLAGS to use a hardcoded path, and prefix. This gets it going somewhat, however, doesn't trickle down into interfaces/IDirectFBFont. As it still tries to use the freetype-config directly, linking to /usr/lib/libfreetype.so (the host library version). Again if I modify the configure within this subdirectory, it now links properly, however it hardcodes the libraries location. I see using 'strings' my hardcoded path to the library which won't work on the target device as this full path won't exist... So I'm stuck yet again. What can I do to fix this? -- Nathanael D. Noblet Gnat Solutions, Inc http://www.gnat.ca/ T 250.385.4613 C 250.383.4613 _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
