Quoting mws <[EMAIL PROTECTED]>: > On Monday 08 November 2004 06:56, Stefan Lucke wrote: > > On Montag, 8. November 2004 00:27, Denis Oliver Kropp wrote: > > > Quoting Stefan Lucke: > > > > Hi, > > > > > > > > build without FUSION fails: > > > > > > > > ref.c: In function `fusion_ref_zero_lock': > > > > ref.c:427: `FUSION_ACCESSDENIED' undeclared (first use in this > function) > > > > ref.c:427: (Each undeclared identifier is reported only once > > > > ref.c:427: for each function it appears in.) > > > > > > Thanks for spotting, it's fixed in CVS. > > > > Thanks for fixing that. Now I've got the next one : > > > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../lib > -I../../lib -I../../src -DDATADIR=\"/usr/local/share/directfb-0.9.21\" > -D_REENTRANT -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE > -Werror-implicit-function-declaration -c idirectfbvideoprovider_v4l.c > -Wp,-MD,.deps/idirectfbvideoprovider_v4l.TPlo -fPIC -DPIC -o > .libs/idirectfbvideoprovider_v4l.o > > idirectfbvideoprovider_v4l.c:47: linux/compiler.h: No such file or > directory > > make[3]: *** [idirectfbvideoprovider_v4l.lo] Error 1 > > make[3]: Leaving directory > `/usr/local/src/DFB_n/DirectFB/interfaces/IDirectFBVideoProvider' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/usr/local/src/DFB_n/DirectFB/interfaces' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/usr/local/src/DFB_n/DirectFB' > > make: *** [all] Error 2 > > > > > > hi, > > this is a non directfb caused one. > > please check for /usr/include/linux/compiler.h.
I thought kernel headers of the running kernel are usually located somewhere below /lib/modules/$KERNELVERSION/build/ .. I did a 'find /lib/modules -name '*compiler*' but there was no hit. Between cvs version 1.86 and 1.85 of idirectfbvideoprovider_v4l.c there was a fix for kernel 2.6.8.1 . I'm on kernel 2.4.27pre5 :-( . > > it it is not there, install kernelheaders that should work. if you have them > already installed try to start over with your normal ./autoconf [--configure > options] > > > regards > mws > > > Stefan Lucke
