Comment # 4
on bug 10301
from Guy Harris
Pro Tip: if you've ever done an in-tree build, do at least "make
distclean"/"nmake -f makefile.nmake distclean"/whatever it takes to get rid of
cruft left over from the configure and build stages before doing an out-of-tree
build.
I've gotten into the habit of, before doing an out-of-tree CMake build, doing a
"make maintainer-clean" on my source tree, due to various flavors of weirdness.
If the in-tree and out-of-tree build are done using the same configuration
tools, you're probably OK. If not, then any problem with the configuration
tools that causes the two versions of config.h not to make the same claims
about the availability of libraries/features will cause problems.
You are receiving this mail because:
- You are watching all bug changes.