I sometimes get build errors for modules (not always the same module) about missing headers: $ (cd build && make) [...] [ 25%] rocksdb building GEN util/build_version.cc make[3]: *** No rule to make target `db/writebuffer.h', needed by `db/column_family.o'. Stop. make[2]: *** [src/CMakeFiles/build_rocksdb] Error 2 make[1]: *** [src/CMakeFiles/build_rocksdb.dir/all] Error 2 make: *** [all] Error 2 What's the right way to fix this? I already tried `git submodule update` and my working copy was sterile (`git clean -xfd`) before the build. -- Patrick Donnelly -- 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