Hi, This is not truly important to me, I'm just notifying the developers. This only happens from git, the 1.4.16 tarball works fine (except from a bug I'm chasing).
While trying to bisect a bug I had to compile git tags, from 1.4.3 to 1.4.16. I have flux installed from git, and have configured with: ./configure --with-gfxdrivers=none --with-inputdrivers=linuxinput,keyboard,ps2mouse --enable-x11 --disable-video4linux --enable-sdl When I 'make', I'm getting this error: [snip] make[3]: Entering directory `/home/zeta/devel/DirectFB/src/core' ../../flux/fluxcomp CoreDFB.flux /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../lib -I../../include -I../../lib -I../../src -DDATADIR=\"/usr/local/share/directfb-1.4.14\" -DSOPATH=\"/usr/local/lib/libdirectfb-1.4.so.5\" -DMODULEDIR=\"/usr/local/lib/directfb-1.4-5\" "-DBUILDTIME=\"`date -u "+%Y-%m-%d %H:%M"`\"" -D_REENTRANT -O3 -ffast-math -pipe -D_GNU_SOURCE -std=gnu99 -Werror-implicit-function-declaration -MT CoreDFB.lo -MD -MP -MF .deps/CoreDFB.Tpo -c -o CoreDFB.lo CoreDFB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../lib -I../../include -I../../lib -I../../src -DDATADIR=\"/usr/local/share/directfb-1.4.14\" -DSOPATH=\"/usr/local/lib/libdirectfb-1.4.so.5\" -DMODULEDIR=\"/usr/local/lib/directfb-1.4-5\" "-DBUILDTIME=\"2012-04-18 16:06\"" -D_REENTRANT -O3 -ffast-math -pipe -D_GNU_SOURCE -std=gnu99 -Werror-implicit-function-declaration -MT CoreDFB.lo -MD -MP -MF .deps/CoreDFB.Tpo -c CoreDFB.c -fPIC -DPIC -o .libs/CoreDFB.o CoreDFB.c: In function 'CoreDFB_Register': CoreDFB.c:55:9: error: implicit declaration of function 'ICore_Real__Register' CoreDFB.c:58:5: error: implicit declaration of function 'ICore_Requestor__Register' CoreDFB.c: In function 'CoreDFB_CreateSurface': CoreDFB.c:72:9: error: implicit declaration of function 'ICore_Real__CreateSurface' CoreDFB.c:75:5: error: implicit declaration of function 'ICore_Requestor__CreateSurface' CoreDFB.c: In function 'CoreDFB_CreatePalette': CoreDFB.c:86:9: error: implicit declaration of function 'ICore_Real__CreatePalette' CoreDFB.c:89:5: error: implicit declaration of function 'ICore_Requestor__CreatePalette' CoreDFB.c: In function 'CoreDFB_CreateState': CoreDFB.c:99:9: error: implicit declaration of function 'ICore_Real__CreateState' CoreDFB.c:102:5: error: implicit declaration of function 'ICore_Requestor__CreateState' CoreDFB.c: In function 'CoreDFB_WaitIdle': CoreDFB.c:112:9: error: implicit declaration of function 'ICore_Real__WaitIdle' CoreDFB.c:115:5: error: implicit declaration of function 'ICore_Requestor__WaitIdle' CoreDFB.c: In function 'CoreDFB_Dispatch': CoreDFB.c:132:5: error: implicit declaration of function 'CoreDFBDispatch__Dispatch' CoreDFB.c: At top level: CoreDFB.c:137:6: error: conflicting types for 'CoreDFB_Init_Dispatch' CoreDFB.h:67:7: note: previous declaration of 'CoreDFB_Init_Dispatch' was here CoreDFB.c:146:7: error: conflicting types for 'CoreDFB_Deinit_Dispatch' CoreDFB.h:73:7: note: previous declaration of 'CoreDFB_Deinit_Dispatch' was here CoreDFB.c:157:1: error: conflicting types for 'ICore_Requestor__Register' CoreDFB.c:58:12: note: previous implicit declaration of 'ICore_Requestor__Register' was here CoreDFB.c: In function 'ICore_Requestor__Register': CoreDFB.c:162:5: error: 'CoreDFBRegister' undeclared (first use in this function) CoreDFB.c:162:5: note: each undeclared identifier is reported only once for each function it appears in CoreDFB.c:162:28: error: 'args' undeclared (first use in this function) CoreDFB.c:162:52: error: expected expression before ')' token CoreDFB.c:163:5: error: 'CoreDFBRegisterReturn' undeclared (first use in this function) CoreDFB.c:163:28: error: 'return_args' undeclared (first use in this function) CoreDFB.c:163:65: error: expected expression before ')' token CoreDFB.c:169:53: error: '_CoreDFB_Register' undeclared (first use in this function) CoreDFB.c: At top level: CoreDFB.c:186:1: error: conflicting types for 'ICore_Requestor__CreateSurface' CoreDFB.c:75:12: note: previous implicit declaration of 'ICore_Requestor__CreateSurface' was here CoreDFB.c: In function 'ICore_Requestor__CreateSurface': CoreDFB.c:196:5: error: 'CoreDFBCreateSurface' undeclared (first use in this function) CoreDFB.c:196:33: error: 'args' undeclared (first use in this function) CoreDFB.c:196:62: error: expected expression before ')' token CoreDFB.c:197:5: error: 'CoreDFBCreateSurfaceReturn' undeclared (first use in this function) CoreDFB.c:197:33: error: 'return_args' undeclared (first use in this function) CoreDFB.c:197:75: error: expected expression before ')' token CoreDFB.c:214:53: error: '_CoreDFB_CreateSurface' undeclared (first use in this function) CoreDFB.c: At top level: CoreDFB.c:239:1: error: conflicting types for 'ICore_Requestor__CreatePalette' CoreDFB.c:89:12: note: previous implicit declaration of 'ICore_Requestor__CreatePalette' was here CoreDFB.c: In function 'ICore_Requestor__CreatePalette': CoreDFB.c:246:5: error: 'CoreDFBCreatePalette' undeclared (first use in this function) CoreDFB.c:246:33: error: 'args' undeclared (first use in this function) CoreDFB.c:246:62: error: expected expression before ')' token CoreDFB.c:247:5: error: 'CoreDFBCreatePaletteReturn' undeclared (first use in this function) CoreDFB.c:247:33: error: 'return_args' undeclared (first use in this function) CoreDFB.c:247:75: error: expected expression before ')' token CoreDFB.c:255:53: error: '_CoreDFB_CreatePalette' undeclared (first use in this function) CoreDFB.c: At top level: CoreDFB.c:280:1: error: conflicting types for 'ICore_Requestor__CreateState' CoreDFB.c:102:12: note: previous implicit declaration of 'ICore_Requestor__CreateState' was here CoreDFB.c: In function 'ICore_Requestor__CreateState': CoreDFB.c:286:5: error: 'CoreDFBCreateState' undeclared (first use in this function) CoreDFB.c:286:31: error: 'args' undeclared (first use in this function) CoreDFB.c:286:58: error: expected expression before ')' token CoreDFB.c:287:5: error: 'CoreDFBCreateStateReturn' undeclared (first use in this function) CoreDFB.c:287:31: error: 'return_args' undeclared (first use in this function) CoreDFB.c:287:71: error: expected expression before ')' token CoreDFB.c:294:53: error: '_CoreDFB_CreateState' undeclared (first use in this function) CoreDFB.c: At top level: CoreDFB.c:319:1: error: conflicting types for 'ICore_Requestor__WaitIdle' CoreDFB.c:115:12: note: previous implicit declaration of 'ICore_Requestor__WaitIdle' was here CoreDFB.c: In function 'ICore_Requestor__WaitIdle': CoreDFB.c:324:5: error: 'CoreDFBWaitIdle' undeclared (first use in this function) CoreDFB.c:324:28: error: 'args' undeclared (first use in this function) CoreDFB.c:324:52: error: expected expression before ')' token CoreDFB.c:325:5: error: 'CoreDFBWaitIdleReturn' undeclared (first use in this function) CoreDFB.c:325:28: error: 'return_args' undeclared (first use in this function) CoreDFB.c:325:65: error: expected expression before ')' token CoreDFB.c:331:53: error: '_CoreDFB_WaitIdle' undeclared (first use in this function) CoreDFB.c: In function '__CoreDFBDispatch__Dispatch': CoreDFB.c:363:14: error: '_CoreDFB_Register' undeclared (first use in this function) CoreDFB.c:365:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token CoreDFB.c:365:36: error: 'args' undeclared (first use in this function) CoreDFB.c:365:51: error: 'CoreDFBRegister' undeclared (first use in this function) CoreDFB.c:365:68: error: expected expression before ')' token CoreDFB.c:366:13: error: 'CoreDFBRegisterReturn' undeclared (first use in this function) CoreDFB.c:366:36: error: 'return_args' undeclared (first use in this function) CoreDFB.c:366:74: error: expected expression before ')' token CoreDFB.c:379:14: error: '_CoreDFB_CreateSurface' undeclared (first use in this function) CoreDFB.c:383:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token CoreDFB.c:383:56: error: 'CoreDFBCreateSurface' undeclared (first use in this function) CoreDFB.c:383:78: error: expected expression before ')' token CoreDFB.c:384:13: error: 'CoreDFBCreateSurfaceReturn' undeclared (first use in this function) CoreDFB.c:384:84: error: expected expression before ')' token CoreDFB.c:410:14: error: '_CoreDFB_CreatePalette' undeclared (first use in this function) CoreDFB.c:413:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token CoreDFB.c:413:56: error: 'CoreDFBCreatePalette' undeclared (first use in this function) CoreDFB.c:413:78: error: expected expression before ')' token CoreDFB.c:414:13: error: 'CoreDFBCreatePaletteReturn' undeclared (first use in this function) CoreDFB.c:414:84: error: expected expression before ')' token CoreDFB.c:428:14: error: '_CoreDFB_CreateState' undeclared (first use in this function) CoreDFB.c:431:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token CoreDFB.c:431:54: error: 'CoreDFBCreateState' undeclared (first use in this function) CoreDFB.c:431:74: error: expected expression before ')' token CoreDFB.c:432:13: error: 'CoreDFBCreateStateReturn' undeclared (first use in this function) CoreDFB.c:432:80: error: expected expression before ')' token CoreDFB.c:446:14: error: '_CoreDFB_WaitIdle' undeclared (first use in this function) CoreDFB.c:448:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token CoreDFB.c:448:51: error: 'CoreDFBWaitIdle' undeclared (first use in this function) CoreDFB.c:448:68: error: expected expression before ')' token CoreDFB.c:449:13: error: 'CoreDFBWaitIdleReturn' undeclared (first use in this function) CoreDFB.c:449:74: error: expected expression before ')' token CoreDFB.c: At top level: CoreDFB.c:469:1: error: conflicting types for 'CoreDFBDispatch__Dispatch' CoreDFB.c:132:5: note: previous implicit declaration of 'CoreDFBDispatch__Dispatch' was here CoreDFB.c: In function 'CoreDFBDispatch__Dispatch': CoreDFB.c:482:5: error: implicit declaration of function 'Core_PushIdentity' CoreDFB.c:486:5: error: implicit declaration of function 'Core_PopIdentity' make[3]: *** [CoreDFB.lo] Error 1 make[3]: Leaving directory `/home/zeta/devel/DirectFB/src/core' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/zeta/devel/DirectFB/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/zeta/devel/DirectFB' make: *** [all] Error 2 --- Regards, Ezequiel. _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev