On Wed, 02/10 14:28, John Snow wrote: > Stuff like this: > > > ~/s/q/b/git> make distclean > > config-host.mak is out-of-date, running configure > > > > ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T. > > You probably need to set PKG_CONFIG_LIBDIR > > to point to the right pkg-config files for your > > build target > > > > Makefile:35: recipe for target 'config-host.mak' failed > > make: *** [config-host.mak] Error 1` > > is obnoxious. We had patches from Fam to allow some targets to bypass > the configuration check, did those die? Did we not want them for some > reason?
What are your preceding commands? I have a clean checkout here (git clean -dfx) and "make distclean" works for me. Fam