Quoting Eric Christopherson ([EMAIL PROTECTED]): > I've been having a lot of trouble lately with DirectFB (from CVS). I've > already mentioned here my trouble with the PIC detection, but even when I do > get DFB compiled I keep getting errors of the form "Interface implementation > not available!". The only example programs I can seem to run are ones that > don't use any PNGs, JPEGs, fonts, etc., such as df_fire. For example, with > df_window, I get: > > df_window.c <114>: > (#) DirectFBError [dfb->CreateFont( dfb, FONT, &desc, &font )]: > Interface implementation not available! > > Does anyone else have this problem? Anyone know how to solve it?
If you are linking statically you need additional LDFLAGS generated by "directfb-config". Have a look at the output of configure, maybe no image/font loaders are built. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
