On Thursday 23 September 2004 18:08, Roel Baardman wrote: > Hi there, > > I have been trying to compile the DirectFB CVS source for about 2 weeks > now, updating every time I tried again. > I keep getting this error though: > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include > -I../../lib -I../../lib -I../../src > -DDATADIR=\"/usr/local/share/directfb-0.9.21\" > -DSOPATH=\"/usr/local/lib/libdirectfb-0.9.so.21\" > -DMODULEDIR=\"/usr/local/lib/directfb-0.9.21\" > "-DBUILDTIME=\"2004-09-26 21:58\"" -D_REENTRANT -Wall -O3 -ffast-math > -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -c system.c > -MT system.lo -MD -MP -MF .deps/system.TPlo -fPIC -o .libs/system.o > make[3]: *** No rule to make target `window_display.c', needed by > `window_display.lo'. Stop. > make[3]: Leaving directory `/usr/src/DirectFB/src/core' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/DirectFB/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/DirectFB' > make: *** [all] Error 2 > > this seems like an incomplete Makefile. I am unable to correct it > though :( Will this be fixed soon? > > cheers, > > Roel Baardman > > > > hi,
have a look at cvs update time if you have got any conflicts while updating. do you alway configure your directfb sourcetree new or just cvs update && make install? regard mws
