Glenn Morris writes: > Nicolas Petton wrote: > >> I actually do not know why adding (require 'seq) to image.el makes the >> build fail. > > Files which are preloaded (ie, in loadup.el) cannot require any files > that are not themselves in loadup (because those required files would > then be preloaded too). This is an explicit check for such a case. Ok, that makes sense. I'll remove the dependency to seq.el then in image.el, I don't think it should be preloaded. Nico