https://bugs.freedesktop.org/show_bug.cgi?id=27739
Summary: build in a separate directory includes config.h from build directory Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: libdrm AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: hramrach@centrum.cz
to reproduce
1) checkout the 2.4.19 version of drm from git 2) run ./configure 3) update to 2.4.20 4) mkdir build ; cd build ; ../configure ; make
the build in the build directory includes the old config.h from the source directory and fails.
https://bugs.freedesktop.org/show_bug.cgi?id=27739
Michal Suchanek hramrach@centrum.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|build in a separate |build in a separate |directory includes config.h |directory includes config.h |from build directory |from source directory
https://bugs.freedesktop.org/show_bug.cgi?id=27739
Kristian Høgsberg krh@bitplanet.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTABUG
--- Comment #1 from Kristian Høgsberg krh@bitplanet.net 2010-04-22 17:01:31 PDT --- What you're doing is not supported. I get
configure: error: source directory already configured; run "make distclean" there first
when I try to configure in a build-dir with an already configured source dir. Doing make distclean removes the config.h in the source dir.
dri-devel@lists.freedesktop.org