On Tue, Apr 24, 2007 at 10:03:19PM +0530, Kumar Siddharth wrote: > we downloaded DFBTerm, on configuring it asked for LiTE. We got it from dfb > git. To build: > (PKG_CONFIG exported for DFB) > ./autogen.sh > make > > It gives error in window.c saying "u8" unknown type. And the build stops. If > we typedef it to some type(unsigned short or char) then this problem is > solved. But after that it gives problem for win->SetBounds(), saying > SetBounds is not member of structure. Here win is IDirectFBWindow type. > > Are we missing anything..??
Your DirectFB is too old. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
