Hi, is this a known issue when building the top of the tree? I could always go around it by not specifying (for the time being) sis315 in --with-gfxdrivers. This is with gcc 3.2.3 (RH Enterprise 3.0). --Kent
-O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -c -o sis315.lo `test -f 'sis315.c' || echo './'`sis315.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../lib -I../../lib -I../../src -I../../systems -D_REENTRANT -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -c sis315.c -MT sis315.lo -MD -MP -MF .deps/sis315.TPlo -fPIC -DPIC -o sis315.lo sis315.c:163: warning: type defaults to `int' in declaration of `sisfb_info' sis315.c:163: syntax error before '*' token sis315.c: In function `check_sisfb_version': sis315.c:167: `i' undeclared (first use in this function) sis315.c:167: (Each undeclared identifier is reported only once sis315.c:167: for each function it appears in.) sis315.c:172: `drv' undeclared (first use in this function) sis315.c: In function `driver_init_driver': sis315.c:218: `sisfb_info' undeclared (first use in this function) sis315.c:218: syntax error before "fbinfo" sis315.c:227: `SISFB_GET_INFO' undeclared (first use in this function) sis315.c:227: `fbinfo' undeclared (first use in this function) make[3]: *** [sis315.lo] Error 1 make[3]: Leaving directory `/home/sandvik/directfb/DirectFB/gfxdrivers/sis315' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/sandvik/directfb/DirectFB/gfxdrivers' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sandvik/directfb/DirectFB' make: *** [all] Error 2 -- Something, Anything!
