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? z. diff --git a/src/core/Makefile.am b/src/core/Makefile.am index b673c90..0263d24 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -76,8 +76,8 @@ noinst_LTLIBRARIES = libdirectfb_core.la libdirectfb_core_la_SOURCES = \ CoreDFB.cpp \ - CoreDFB_real.cpp \ CoreGraphicsState.cpp \ + CoreDFB_real.cpp \ CoreGraphicsState_real.cpp \ CoreGraphicsStateClient.c \ CoreLayer.cpp \ _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev