Building xffm in HEAD, make errors out with misc.c:67: dbh.h: No such file or directory make[2]: *** [libxffm_basic_la-misc.lo] Error 1 make[2]: Leaving directory `/usr/local/archives/checkouts/xfce4/xffm/libs' Looking at the generated Makefiles, DBH_CFLAGS, DBH_LIBS, and DBH_REQUIRED_VERSION are defined, but never referenced.
DBH_CFLAGS has been added to the make file. Compilation should now work OK.
There are other subdirectories with the same problem (almost all of them). Let me try to come up with a patch.
Created attachment 66 Proposed patch Sorry, I got this bug mixed up with something else. It's just in libs, not other directories. It seems that somehow putting the DBH_CFLAGS in libxffm_basic_la_CFLAGS is not enough. Moving it elsewhere (see attached patch) seems to work.
I've committed the patch. The location where the DBH_CFLAGS is now at is equivalent to using it for all libraries (better safe than sorry ;)
Apparently this has been fixed.