On Sun, Apr 01, 2007 at 10:22:23AM +0200, Gerhard Ramsebner wrote: > I installed DirectFB-1.0.0.0 > I configured DirectFBGL-0.9.25 and installed the header files > But I end up with this error message building > Mesa-embedded-2-branch-2004-07-15 > > cc -c -I. -I.. -I../../include -I/usr/include/directfb -D_REENTRANT > -D_HAVE_FULL_GL=1 -march=i686 -O3 -fno-strict-aliasing -MD -Wall > -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wnested-externs xf86drm.c -o xf86drm.o > In file included from drm.h:41, > from xf86drm.c:48: > /usr/include/linux/config.h:1:2: error: #error "Compilation aborted. > Please read the FAQ for linux-libc-headers package." > /usr/include/linux/config.h:2:2: error: #error "(can be found at > http://ep09.pld-linux.org/~mmazur/linux-libc-headers/doc/)" > xf86drm.c:1368: warning: no previous prototype for 'drmWaitVBlank' > make[2]: *** [xf86drm.o] Error 1 > make[2]: Leaving directory `/usr/src/mesa_emb2br/Mesa/src/miniglx' > make[1]: *** [subdirs] Error 1 > make[1]: Leaving directory `/usr/src/mesa_emb2br/Mesa/src' > make: *** [subdirs] Error 1
The drm in the embedded-2-branch package is outdated. Someone would need to upgrade it to a more recent version (ie. port the changes from that version to current drm). -- 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
