On Fri, 23 Sep 2011 15:10:45 +0200 Sven Neumann <s.neum...@raumfeld.com> wrote:
> On Fri, 2011-09-23 at 14:22 +0200, Andreas Shimokawa wrote: > > You have to compile fluxcomp from git and install it in your PATH. > > > > git clone git://git.directfb.org/git/directfb/core/flux > > > > Also do a "make distclean-local" in DirectFB/src/core, to make sure > > fluxcomp will regenerate the files. > > Then the bug will disappear, promised. :) > > Actually, I didn't have luck compiling from git after a 'make > distclean' until I changed the rules in src/core/Makefile.am: > did you do make distclean-local in src/core ? > diff --git a/src/core/Makefile.am b/src/core/Makefile.am > index d51d7bb..c6209f3 100644 > --- a/src/core/Makefile.am > +++ b/src/core/Makefile.am > @@ -174,17 +174,17 @@ $(srcdir)/surface_buffer.c: CoreSurface.h > $(srcdir)/windows.c: CoreWindow.h > $(srcdir)/windowstack.c: CoreWindowStack.h > > -$(srcdir)/CoreDFB_real.cpp: CoreGraphicsState.h CoreDFB.h > -$(srcdir)/CoreGraphicsState_real.cpp: CoreGraphicsState.h > -$(srcdir)/CoreInputDevice_real.cpp: CoreInputDevice.h > -$(srcdir)/CoreLayerContext_real.cpp: CoreLayerContext.h > -$(srcdir)/CoreLayer_real.cpp: CoreLayer.h > -$(srcdir)/CoreLayerRegion_real.cpp: CoreLayerRegion.h > -$(srcdir)/CorePalette_real.cpp: CorePalette.h > -$(srcdir)/CoreScreen_real.cpp: CoreScreen.h > -$(srcdir)/CoreSurface_real.cpp: CoreSurface.h > -$(srcdir)/CoreWindow_real.cpp: CoreWindow.h > -$(srcdir)/CoreWindowStack_real.cpp: CoreWindowStack.h > +$(srcdir)/CoreDFB_real.c: CoreGraphicsState.h CoreDFB.h > +$(srcdir)/CoreGraphicsState_real.c: CoreGraphicsState.h > +$(srcdir)/CoreInputDevice_real.c: CoreInputDevice.h > +$(srcdir)/CoreLayerContext_real.c: CoreLayerContext.h > +$(srcdir)/CoreLayer_real.c: CoreLayer.h > +$(srcdir)/CoreLayerRegion_real.c: CoreLayerRegion.h > +$(srcdir)/CorePalette_real.c: CorePalette.h > +$(srcdir)/CoreScreen_real.c: CoreScreen.h > +$(srcdir)/CoreSurface_real.c: CoreSurface.h > +$(srcdir)/CoreWindow_real.c: CoreWindow.h > +$(srcdir)/CoreWindowStack_real.c: CoreWindowStack.h huh? this is supposted to be like that in DirectFB-1.4 and not in DirectFB-1.6 since it still uses cpp _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev