On Wed, Feb 23, 2005 at 07:53:00PM +0100, Roel Baardman wrote: > Hi, > > latest CVS fails to compile on my DirectFB box, wich is somewhat sad > since I was intending to watch the FOSDEM video on my DirectFB box :) > > here's the error output I get: > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_REENTRANT -D_GNU_SOURCE > -I/usr/include/directfb -D_GNU_SOURCE -D_REENTRANT > -I/usr/include/directfb-internal -I/usr/include/directfb -DREENTRANT > -O3 -fexpensive-optimizations -ffast-math -Wall -g0 -I/usr/include > -fomit-frame-pointer -g -O2 -Werror-implicit-function-declaration -MT > video_out_dfb.lo -MD -MP -MF .deps/video_out_dfb.Tpo -c video_out_dfb.c > -fPIC -DPIC -o .libs/video_out_dfb.o > video_out_dfb.c:186: warning: excess elements in array initializer > video_out_dfb.c:186: warning: (near initialization for `ProcFuncs[0]') > video_out_dfb.c:208: warning: excess elements in array initializer > video_out_dfb.c:208: warning: (near initialization for `ProcFuncs[1]') > video_out_dfb.c:241: warning: excess elements in array initializer > video_out_dfb.c:241: warning: (near initialization for `BlendFuncs') > video_out_dfb.c: In function `vo_dfb_tables_regen': > video_out_dfb.c:303: error: `DSPF_NV21' undeclared (first use in this > function)
You probably need to upgrade DirectFB or try with an older version of DirectFB-extra. -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
