Am Fri, 29 Jul 2011 14:22:46 +0200 schrieb Denis Oliver Kropp <d...@directfb.org>:
> On 07/29/11 08:52, Holger Freyther wrote: > > Hi all, > > > > on a fresh checkout CoreDFB_real.cpp fails to compile because it > > does not find the CoreGraphicsState.h include (it is not generated > > yet). I have patched the Makefile.am to move CoreGraphicsState.cpp > > closer to the top and it fixed the compilation. I am not sure how > > well this is working with parallel builds. > > > > comments? > > Thanks! > > Well, parallel builds are broken somehow at the moment. I could not > fix it so far, maybe someone can help here as well? > > Also, fluxcomp needs to be built as a host tool, so cross compilation > is broken at the moment as well. > > Maybe fluxcomp should be moved out of DirectFB as it is also required > for SaWMan. I'm pushing lots of changes this week including SaWMan for > secure fusion. > Right now non-parallel builds are broken, but parallel builds work if you are lucky (since one process will make fluxcomp generate a header file for the "next" cpp file, while the first process includes the header). I will apply the patch form Holger until I have a better solution, since people who just type make have to chance to compile DirectFB. The problem is with the generated headers, not the generated .cpp files, so we should make that clear by specifiying the dependencies corretly. Andi _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev