Hi guys, If you try to build the 'next' branch now, you will probably get the following error: make[2]: *** No rule to make target `config.cc', needed by `config.o'. Stop. make[2]: *** Waiting for unfinished jobs.... This is a known bug (or limitation, or whatever you want to call it) in automake. http://www.mail-archive.com/bug-automake@xxxxxxx/msg01874.html Basically, I moved config.cc from src/config.cc to src/common/config.cc. Unfortunately, automake gets confused by this. You must do a "make distclean" before rebuilding to clear its internal state. Sorry, regular make clean is not enough :( If anyone knows a workaround (aside from moving to CMake), it would be much appreciated, of course! cheers, Colin -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html